Html Css Color HEX #C37C08 Dark Goldenrod

📋 copy color: '#C37C08'

red 195 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #C37C08

Tints of Dark Goldenrod #C37C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

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

R = 59.63%
G = 37.92%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37C08 (or 0xC37C08) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 08. RGB value is (195,124,8). Sum of RGB (Red+Green+Blue) = 195+124+8=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C08 is #3C83F7. Grayscale: #848484. Windows color (decimal): -3965944 or 556227. OLE color: 556227.

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

Color convert

RGB 195 124 8 -
CMYK 0 0.36 0.96 0.24
HSL 37.22º 0.92% 0.4% -
HSV(B) 37.22º 0.96% 0.76% -
XYZ 29.76 26.03 3.69 -
YUV 132.01 58.02 172.93 -
System Red Green Blue C M Y K H S L
Decimal 195 124 8 0 0.36 0.96 0.24 37.22 0.92 0.4
Hex C3 7C 8 0 24 60 18 25 5C 28
Octal 303 174 10 0 44 140 30 45 134 50
Binary 11000011 1111100 1000 0 100100 1100000 11000 100101 1011100 101000

Color Harmonies of #C37C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C08

Black with #C37C08

Text Example


Text Example

White with #C37C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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