Html Css Color HEX #C37901 Dark Goldenrod

📋 copy color: '#C37901'

red 195 ◦ green 121 ◦ blue 1

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

Shades of Dark Goldenrod #C37901

Tints of Dark Goldenrod #C37901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 61.51%
G = 38.17%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C37901 (or 0xC37901) is known color: Dark Goldenrod. HEX triplet: C3, 79 and 01. RGB value is (195,121,1). Sum of RGB (Red+Green+Blue) = 195+121+1=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C37901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37901 is #3C86FE. Grayscale: #828282. Windows color (decimal): -3966719 or 96707. OLE color: 96707.

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

Color convert

RGB 195 121 1 -
CMYK 0 0.38 0.99 0.24
HSL 37.11º 0.99% 0.38% -
HSV(B) 37.11º 0.99% 0.76% -
XYZ 29.35 25.28 3.36 -
YUV 129.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 195 121 1 0 0.38 0.99 0.24 37.11 0.99 0.38
Hex C3 79 1 0 26 63 18 25 63 26
Octal 303 171 1 0 46 143 30 45 143 46
Binary 11000011 1111001 1 0 100110 1100011 11000 100101 1100011 100110

Color Harmonies of #C37901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37901

Black with #C37901

Text Example


Text Example

White with #C37901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37901; }

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

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

background-color css

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

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

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

border-color css

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

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

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