Html Css Color HEX #C39B01 Dark Goldenrod

📋 copy color: '#C39B01'

red 195 ◦ green 155 ◦ blue 1

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

Shades of Dark Goldenrod #C39B01

Tints of Dark Goldenrod #C39B01

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

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

R = 55.56%
G = 44.16%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C39B01 (or 0xC39B01) is known color: Dark Goldenrod. HEX triplet: C3, 9B and 01. RGB value is (195,155,1). Sum of RGB (Red+Green+Blue) = 195+155+1=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B01 is #3C64FE. Grayscale: #969696. Windows color (decimal): -3958015 or 105411. OLE color: 105411.

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

Color convert

RGB 195 155 1 -
CMYK 0 0.21 0.99 0.24
HSL 47.63º 0.99% 0.38% -
HSV(B) 47.63º 0.99% 0.76% -
XYZ 34.23 35.05 4.99 -
YUV 149.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 195 155 1 0 0.21 0.99 0.24 47.63 0.99 0.38
Hex C3 9B 1 0 15 63 18 30 63 26
Octal 303 233 1 0 25 143 30 60 143 46
Binary 11000011 10011011 1 0 10101 1100011 11000 110000 1100011 100110

Color Harmonies of #C39B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B01

Black with #C39B01

Text Example


Text Example

White with #C39B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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