Html Css Color HEX #C37F06 Dark Goldenrod

📋 copy color: '#C37F06'

red 195 ◦ green 127 ◦ blue 6

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

Shades of Dark Goldenrod #C37F06

Tints of Dark Goldenrod #C37F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 59.45%
G = 38.72%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C37F06 (or 0xC37F06) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 06. RGB value is (195,127,6). Sum of RGB (Red+Green+Blue) = 195+127+6=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F06 is #3C80F9. Grayscale: #868686. Windows color (decimal): -3965178 or 425923. OLE color: 425923.

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

Color convert

RGB 195 127 6 -
CMYK 0 0.35 0.97 0.24
HSL 38.41º 0.94% 0.39% -
HSV(B) 38.41º 0.97% 0.76% -
XYZ 30.13 26.79 3.76 -
YUV 133.54 56.03 171.84 -
System Red Green Blue C M Y K H S L
Decimal 195 127 6 0 0.35 0.97 0.24 38.41 0.94 0.39
Hex C3 7F 6 0 23 61 18 26 5E 27
Octal 303 177 6 0 43 141 30 46 136 47
Binary 11000011 1111111 110 0 100011 1100001 11000 100110 1011110 100111

Color Harmonies of #C37F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F06

Black with #C37F06

Text Example


Text Example

White with #C37F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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