Html Css Color HEX #C37E04 Dark Goldenrod

📋 copy color: '#C37E04'

red 195 ◦ green 126 ◦ blue 4

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

Shades of Dark Goldenrod #C37E04

Tints of Dark Goldenrod #C37E04

RGB

 RED value IS 195 (76.56% from 255) = 60%

 GREEN value IS 126 (49.61% from 255) = 38.77%

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

R = 60%
G = 38.77%
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

#C37E04 (or 0xC37E04) is known color: Dark Goldenrod. HEX triplet: C3, 7E and 04. RGB value is (195,126,4). Sum of RGB (Red+Green+Blue) = 195+126+4=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37E04 is #3C81FB. Grayscale: #858585. Windows color (decimal): -3965436 or 294595. OLE color: 294595.

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

Color convert

RGB 195 126 4 -
CMYK 0 0.35 0.98 0.24
HSL 38.32º 0.96% 0.39% -
HSV(B) 38.32º 0.98% 0.76% -
XYZ 29.99 26.53 3.66 -
YUV 132.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 195 126 4 0 0.35 0.98 0.24 38.32 0.96 0.39
Hex C3 7E 4 0 23 62 18 26 60 27
Octal 303 176 4 0 43 142 30 46 140 47
Binary 11000011 1111110 100 0 100011 1100010 11000 100110 1100000 100111

Color Harmonies of #C37E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E04

Black with #C37E04

Text Example


Text Example

White with #C37E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E04; }

 p { color: rgb(195,126,4); }

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

background-color css

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

 a { background-color: rgb(195,126,4); }

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

border-color css

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

 span { border-color: rgb(195,126,4); }

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