Html Css Color HEX #C27008 Dark Goldenrod

📋 copy color: '#C27008'

red 194 ◦ green 112 ◦ blue 8

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

Shades of Dark Goldenrod #C27008

Tints of Dark Goldenrod #C27008

RGB

 RED value IS 194 (76.17% from 255) = 61.78%

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

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

R = 61.78%
G = 35.67%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C27008 (or 0xC27008) is known color: Dark Goldenrod. HEX triplet: C2, 70 and 08. RGB value is (194,112,8). Sum of RGB (Red+Green+Blue) = 194+112+8=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C27008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27008 is #3D8FF7. Grayscale: #7D7D7D. Windows color (decimal): -4034552 or 553154. OLE color: 553154.

HSL color Cylindrical-coordinate representation of color #C27008: hue angle of 33.55º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C27008 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 8 -
CMYK 0 0.42 0.96 0.24
HSL 33.55º 0.92% 0.4% -
HSV(B) 33.55º 0.96% 0.76% -
XYZ 28.09 23.08 3.2 -
YUV 124.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 194 112 8 0 0.42 0.96 0.24 33.55 0.92 0.4
Hex C2 70 8 0 2A 60 18 22 5C 28
Octal 302 160 10 0 52 140 30 42 134 50
Binary 11000010 1110000 1000 0 101010 1100000 11000 100010 1011100 101000

Color Harmonies of #C27008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27008

Black with #C27008

Text Example


Text Example

White with #C27008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27008; }

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

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

background-color css

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

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

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

border-color css

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

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

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