Html Css Color HEX #C27F04 Dark Goldenrod

📋 copy color: '#C27F04'

red 194 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #C27F04

Tints of Dark Goldenrod #C27F04

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

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

R = 59.69%
G = 39.08%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27F04 (or 0xC27F04) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 04. RGB value is (194,127,4). Sum of RGB (Red+Green+Blue) = 194+127+4=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F04 is #3D80FB. Grayscale: #858585. Windows color (decimal): -4030716 or 294850. OLE color: 294850.

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

Color convert

RGB 194 127 4 -
CMYK 0 0.35 0.98 0.24
HSL 38.84º 0.96% 0.39% -
HSV(B) 38.84º 0.98% 0.76% -
XYZ 29.86 26.66 3.69 -
YUV 133.01 55.2 171.5 -
System Red Green Blue C M Y K H S L
Decimal 194 127 4 0 0.35 0.98 0.24 38.84 0.96 0.39
Hex C2 7F 4 0 23 62 18 27 60 27
Octal 302 177 4 0 43 142 30 47 140 47
Binary 11000010 1111111 100 0 100011 1100010 11000 100111 1100000 100111

Color Harmonies of #C27F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F04

Black with #C27F04

Text Example


Text Example

White with #C27F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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