Html Css Color HEX #C37B01 Dark Goldenrod

📋 copy color: '#C37B01'

red 195 ◦ green 123 ◦ blue 1

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

Shades of Dark Goldenrod #C37B01

Tints of Dark Goldenrod #C37B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.56%

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

R = 61.13%
G = 38.56%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C37B01 (or 0xC37B01) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 01. RGB value is (195,123,1). Sum of RGB (Red+Green+Blue) = 195+123+1=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B01 is #3C84FE. Grayscale: #838383. Windows color (decimal): -3966207 or 97219. OLE color: 97219.

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

Color convert

RGB 195 123 1 -
CMYK 0 0.37 0.99 0.24
HSL 37.73º 0.99% 0.38% -
HSV(B) 37.73º 0.99% 0.76% -
XYZ 29.59 25.77 3.44 -
YUV 130.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 195 123 1 0 0.37 0.99 0.24 37.73 0.99 0.38
Hex C3 7B 1 0 25 63 18 26 63 26
Octal 303 173 1 0 45 143 30 46 143 46
Binary 11000011 1111011 1 0 100101 1100011 11000 100110 1100011 100110

Color Harmonies of #C37B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B01

Black with #C37B01

Text Example


Text Example

White with #C37B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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