Html Css Color HEX #C37005 Dark Goldenrod

📋 copy color: '#C37005'

red 195 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #C37005

Tints of Dark Goldenrod #C37005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 62.5%
G = 35.9%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C37005 (or 0xC37005) is known color: Dark Goldenrod. HEX triplet: C3, 70 and 05. RGB value is (195,112,5). Sum of RGB (Red+Green+Blue) = 195+112+5=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C37005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37005 is #3C8FFA. Grayscale: #7D7D7D. Windows color (decimal): -3969019 or 356547. OLE color: 356547.

HSL color Cylindrical-coordinate representation of color #C37005: hue angle of 33.79º degrees, saturation: 0.95, 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 #C37005 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 5 -
CMYK 0 0.43 0.97 0.24
HSL 33.79º 0.95% 0.39% -
HSV(B) 33.79º 0.97% 0.76% -
XYZ 28.33 23.2 3.13 -
YUV 124.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 195 112 5 0 0.43 0.97 0.24 33.79 0.95 0.39
Hex C3 70 5 0 2B 61 18 22 5F 27
Octal 303 160 5 0 53 141 30 42 137 47
Binary 11000011 1110000 101 0 101011 1100001 11000 100010 1011111 100111

Color Harmonies of #C37005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37005

Black with #C37005

Text Example


Text Example

White with #C37005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37005; }

 p { color: rgb(195,112,5); }

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

background-color css

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

 a { background-color: rgb(195,112,5); }

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

border-color css

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

 span { border-color: rgb(195,112,5); }

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