Html Css Color HEX #C37F01 Dark Goldenrod

📋 copy color: '#C37F01'

red 195 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #C37F01

Tints of Dark Goldenrod #C37F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 60.37%
G = 39.32%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C37F01 (or 0xC37F01) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 01. RGB value is (195,127,1). Sum of RGB (Red+Green+Blue) = 195+127+1=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F01 is #3C80FE. Grayscale: #858585. Windows color (decimal): -3965183 or 98243. OLE color: 98243.

HSL color Cylindrical-coordinate representation of color #C37F01: hue angle of 38.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C37F01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 1 -
CMYK 0 0.35 0.99 0.24
HSL 38.97º 0.99% 0.38% -
HSV(B) 38.97º 0.99% 0.76% -
XYZ 30.1 26.78 3.61 -
YUV 132.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 195 127 1 0 0.35 0.99 0.24 38.97 0.99 0.38
Hex C3 7F 1 0 23 63 18 27 63 26
Octal 303 177 1 0 43 143 30 47 143 46
Binary 11000011 1111111 1 0 100011 1100011 11000 100111 1100011 100110

Color Harmonies of #C37F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F01

Black with #C37F01

Text Example


Text Example

White with #C37F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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