Html Css Color HEX #C07D1D Pirate Gold

📋 copy color: '#C07D1D'

red 192 ◦ green 125 ◦ blue 29

#C07D1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #C07D1D

Tints of Pirate Gold #C07D1D

RGB

 RED value IS 192 (75.39% from 255) = 55.49%

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 55.49%
G = 36.13%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C07D1D (or 0xC07D1D) is known color: Pirate Gold. HEX triplet: C0, 7D and 1D. RGB value is (192,125,29). Sum of RGB (Red+Green+Blue) = 192+125+29=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D1D is #3F82E2. Grayscale: #868686. Windows color (decimal): -4162275 or 1932736. OLE color: 1932736.

HSL color Cylindrical-coordinate representation of color #C07D1D: hue angle of 35.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C07D1D is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 29 -
CMYK 0 0.35 0.85 0.25
HSL 35.34º 0.74% 0.43% -
HSV(B) 35.34º 0.85% 0.75% -
XYZ 29.29 25.96 4.63 -
YUV 134.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 192 125 29 0 0.35 0.85 0.25 35.34 0.74 0.43
Hex C0 7D 1D 0 23 55 19 23 4A 2B
Octal 300 175 35 0 43 125 31 43 112 53
Binary 11000000 1111101 11101 0 100011 1010101 11001 100011 1001010 101011

Color Harmonies of #C07D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D1D

Black with #C07D1D

Text Example


Text Example

White with #C07D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D1D; }

 p { color: rgb(192,125,29); }

 H1.HeaderClassName
 {
   color: #C07D1D;
 }
 .AnyTagClassName
 {
   color: #C07D1D;
 }
</style>

background-color css

<style>
 a { background-color: #C07D1D; }

 a { background-color: rgb(192,125,29); }

 div.DivClassName
 {
   background-color: #C07D1D;
 }
 .BgClassName
 {
   background-color: #C07D1D;
 }
</style>

border-color css

<style>
 span { border-color: #C07D1D; }

 span { border-color: rgb(192,125,29); }

 td.TdClassName
 {
   border-color: #C07D1D;
 }
 .TagClassName
 {
   border-color: #C07D1D;
 }
</style>