Html Css Color HEX #C37608 Dark Goldenrod

📋 copy color: '#C37608'

red 195 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #C37608

Tints of Dark Goldenrod #C37608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 60.75%
G = 36.76%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37608 (or 0xC37608) is known color: Dark Goldenrod. HEX triplet: C3, 76 and 08. RGB value is (195,118,8). Sum of RGB (Red+Green+Blue) = 195+118+8=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C37608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37608 is #3C89F7. Grayscale: #818181. Windows color (decimal): -3967480 or 554691. OLE color: 554691.

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

Color convert

RGB 195 118 8 -
CMYK 0 0.39 0.96 0.24
HSL 35.29º 0.92% 0.4% -
HSV(B) 35.29º 0.96% 0.76% -
XYZ 29.03 24.58 3.44 -
YUV 128.48 60.01 175.44 -
System Red Green Blue C M Y K H S L
Decimal 195 118 8 0 0.39 0.96 0.24 35.29 0.92 0.4
Hex C3 76 8 0 27 60 18 23 5C 28
Octal 303 166 10 0 47 140 30 43 134 50
Binary 11000011 1110110 1000 0 100111 1100000 11000 100011 1011100 101000

Color Harmonies of #C37608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37608

Black with #C37608

Text Example


Text Example

White with #C37608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37608; }

 p { color: rgb(195,118,8); }

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

background-color css

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

 a { background-color: rgb(195,118,8); }

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

border-color css

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

 span { border-color: rgb(195,118,8); }

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