Html Css Color HEX #C07008 Dark Goldenrod

📋 copy color: '#C07008'

red 192 ◦ green 112 ◦ blue 8

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

Shades of Dark Goldenrod #C07008

Tints of Dark Goldenrod #C07008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 61.54%
G = 35.9%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C07008 (or 0xC07008) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 08. RGB value is (192,112,8). Sum of RGB (Red+Green+Blue) = 192+112+8=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C07008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07008 is #3F8FF7. Grayscale: #7C7C7C. Windows color (decimal): -4165624 or 553152. OLE color: 553152.

HSL color Cylindrical-coordinate representation of color #C07008: hue angle of 33.91º 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 #C07008 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 8 -
CMYK 0 0.42 0.96 0.25
HSL 33.91º 0.92% 0.39% -
HSV(B) 33.91º 0.96% 0.75% -
XYZ 27.58 22.81 3.18 -
YUV 124.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 192 112 8 0 0.42 0.96 0.25 33.91 0.92 0.39
Hex C0 70 8 0 2A 60 19 22 5C 27
Octal 300 160 10 0 52 140 31 42 134 47
Binary 11000000 1110000 1000 0 101010 1100000 11001 100010 1011100 100111

Color Harmonies of #C07008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07008

Black with #C07008

Text Example


Text Example

White with #C07008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07008; }

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

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

background-color css

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

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

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

border-color css

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

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

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