Html Css Color HEX #C27004 Dark Goldenrod

📋 copy color: '#C27004'

red 194 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #C27004

Tints of Dark Goldenrod #C27004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 62.58%
G = 36.13%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27004 (or 0xC27004) is known color: Dark Goldenrod. HEX triplet: C2, 70 and 04. RGB value is (194,112,4). Sum of RGB (Red+Green+Blue) = 194+112+4=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C27004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27004 is #3D8FFB. Grayscale: #7C7C7C. Windows color (decimal): -4034556 or 291010. OLE color: 291010.

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

Color convert

RGB 194 112 4 -
CMYK 0 0.42 0.98 0.24
HSL 34.11º 0.96% 0.39% -
HSV(B) 34.11º 0.98% 0.76% -
XYZ 28.06 23.07 3.09 -
YUV 124.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 194 112 4 0 0.42 0.98 0.24 34.11 0.96 0.39
Hex C2 70 4 0 2A 62 18 22 60 27
Octal 302 160 4 0 52 142 30 42 140 47
Binary 11000010 1110000 100 0 101010 1100010 11000 100010 1100000 100111

Color Harmonies of #C27004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27004

Black with #C27004

Text Example


Text Example

White with #C27004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27004; }

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

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

background-color css

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

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

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

border-color css

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

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

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