Html Css Color HEX #C27204 Dark Goldenrod

📋 copy color: '#C27204'

red 194 ◦ green 114 ◦ blue 4

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

Shades of Dark Goldenrod #C27204

Tints of Dark Goldenrod #C27204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 62.18%
G = 36.54%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27204 (or 0xC27204) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 04. RGB value is (194,114,4). Sum of RGB (Red+Green+Blue) = 194+114+4=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C27204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27204 is #3D8DFB. Grayscale: #7D7D7D. Windows color (decimal): -4034044 or 291522. OLE color: 291522.

HSL color Cylindrical-coordinate representation of color #C27204: hue angle of 34.74º 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 #C27204 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 4 -
CMYK 0 0.41 0.98 0.24
HSL 34.74º 0.96% 0.39% -
HSV(B) 34.74º 0.98% 0.76% -
XYZ 28.29 23.51 3.16 -
YUV 125.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 194 114 4 0 0.41 0.98 0.24 34.74 0.96 0.39
Hex C2 72 4 0 29 62 18 23 60 27
Octal 302 162 4 0 51 142 30 43 140 47
Binary 11000010 1110010 100 0 101001 1100010 11000 100011 1100000 100111

Color Harmonies of #C27204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27204

Black with #C27204

Text Example


Text Example

White with #C27204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27204; }

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

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

background-color css

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

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

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

border-color css

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

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

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