Html Css Color HEX #C37F08 Dark Goldenrod

📋 copy color: '#C37F08'

red 195 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #C37F08

Tints of Dark Goldenrod #C37F08

RGB

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

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

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

R = 59.09%
G = 38.48%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C37F08 (or 0xC37F08) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 08. RGB value is (195,127,8). Sum of RGB (Red+Green+Blue) = 195+127+8=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F08 is #3C80F7. Grayscale: #868686. Windows color (decimal): -3965176 or 556995. OLE color: 556995.

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

Color convert

RGB 195 127 8 -
CMYK 0 0.35 0.96 0.24
HSL 38.18º 0.92% 0.4% -
HSV(B) 38.18º 0.96% 0.76% -
XYZ 30.14 26.8 3.81 -
YUV 133.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 195 127 8 0 0.35 0.96 0.24 38.18 0.92 0.4
Hex C3 7F 8 0 23 60 18 26 5C 28
Octal 303 177 10 0 43 140 30 46 134 50
Binary 11000011 1111111 1000 0 100011 1100000 11000 100110 1011100 101000

Color Harmonies of #C37F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F08

Black with #C37F08

Text Example


Text Example

White with #C37F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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