Html Css Color HEX #C27006 Dark Goldenrod

📋 copy color: '#C27006'

red 194 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #C27006

Tints of Dark Goldenrod #C27006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 62.18%
G = 35.9%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C27006 (or 0xC27006) is known color: Dark Goldenrod. HEX triplet: C2, 70 and 06. RGB value is (194,112,6). Sum of RGB (Red+Green+Blue) = 194+112+6=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C27006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27006 is #3D8FF9. Grayscale: #7C7C7C. Windows color (decimal): -4034554 or 422082. OLE color: 422082.

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

Color convert

RGB 194 112 6 -
CMYK 0 0.42 0.97 0.24
HSL 33.83º 0.94% 0.39% -
HSV(B) 33.83º 0.97% 0.76% -
XYZ 28.08 23.07 3.15 -
YUV 124.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 194 112 6 0 0.42 0.97 0.24 33.83 0.94 0.39
Hex C2 70 6 0 2A 61 18 22 5E 27
Octal 302 160 6 0 52 141 30 42 136 47
Binary 11000010 1110000 110 0 101010 1100001 11000 100010 1011110 100111

Color Harmonies of #C27006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27006

Black with #C27006

Text Example


Text Example

White with #C27006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27006; }

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

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

background-color css

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

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

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

border-color css

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

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

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