Html Css Color HEX #C07E08 Dark Goldenrod

📋 copy color: '#C07E08'

red 192 ◦ green 126 ◦ blue 8

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

Shades of Dark Goldenrod #C07E08

Tints of Dark Goldenrod #C07E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.65%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 58.9%
G = 38.65%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C07E08 (or 0xC07E08) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 08. RGB value is (192,126,8). Sum of RGB (Red+Green+Blue) = 192+126+8=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E08 is #3F81F7. Grayscale: #848484. Windows color (decimal): -4162040 or 556736. OLE color: 556736.

HSL color Cylindrical-coordinate representation of color #C07E08: hue angle of 38.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C07E08 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 8 -
CMYK 0 0.34 0.96 0.25
HSL 38.48º 0.92% 0.39% -
HSV(B) 38.48º 0.96% 0.75% -
XYZ 29.24 26.15 3.74 -
YUV 132.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 192 126 8 0 0.34 0.96 0.25 38.48 0.92 0.39
Hex C0 7E 8 0 22 60 19 26 5C 27
Octal 300 176 10 0 42 140 31 46 134 47
Binary 11000000 1111110 1000 0 100010 1100000 11001 100110 1011100 100111

Color Harmonies of #C07E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E08

Black with #C07E08

Text Example


Text Example

White with #C07E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E08; }

 p { color: rgb(192,126,8); }

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

background-color css

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

 a { background-color: rgb(192,126,8); }

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

border-color css

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

 span { border-color: rgb(192,126,8); }

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