Html Css Color HEX #C39401 Dark Goldenrod

📋 copy color: '#C39401'

red 195 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #C39401

Tints of Dark Goldenrod #C39401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

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

R = 56.69%
G = 43.02%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C39401 (or 0xC39401) is known color: Dark Goldenrod. HEX triplet: C3, 94 and 01. RGB value is (195,148,1). Sum of RGB (Red+Green+Blue) = 195+148+1=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C39401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39401 is #3C6BFE. Grayscale: #919191. Windows color (decimal): -3959807 or 103619. OLE color: 103619.

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

Color convert

RGB 195 148 1 -
CMYK 0 0.24 0.99 0.24
HSL 45.46º 0.99% 0.38% -
HSV(B) 45.46º 0.99% 0.76% -
XYZ 33.1 32.78 4.61 -
YUV 145.3 46.57 163.45 -
System Red Green Blue C M Y K H S L
Decimal 195 148 1 0 0.24 0.99 0.24 45.46 0.99 0.38
Hex C3 94 1 0 18 63 18 2D 63 26
Octal 303 224 1 0 30 143 30 55 143 46
Binary 11000011 10010100 1 0 11000 1100011 11000 101101 1100011 100110

Color Harmonies of #C39401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39401

Black with #C39401

Text Example


Text Example

White with #C39401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39401; }

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

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

background-color css

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

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

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

border-color css

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

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

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