Html Css Color HEX #C39805 Dark Goldenrod

📋 copy color: '#C39805'

red 195 ◦ green 152 ◦ blue 5

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

Shades of Dark Goldenrod #C39805

Tints of Dark Goldenrod #C39805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 55.4%
G = 43.18%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C39805 (or 0xC39805) is known color: Dark Goldenrod. HEX triplet: C3, 98 and 05. RGB value is (195,152,5). Sum of RGB (Red+Green+Blue) = 195+152+5=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C39805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39805 is #3C67FA. Grayscale: #949494. Windows color (decimal): -3958779 or 366787. OLE color: 366787.

HSL color Cylindrical-coordinate representation of color #C39805: hue angle of 46.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C39805 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 5 -
CMYK 0 0.22 0.97 0.24
HSL 46.42º 0.95% 0.39% -
HSV(B) 46.42º 0.97% 0.76% -
XYZ 33.76 34.07 4.94 -
YUV 148.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 195 152 5 0 0.22 0.97 0.24 46.42 0.95 0.39
Hex C3 98 5 0 16 61 18 2E 5F 27
Octal 303 230 5 0 26 141 30 56 137 47
Binary 11000011 10011000 101 0 10110 1100001 11000 101110 1011111 100111

Color Harmonies of #C39805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39805

Black with #C39805

Text Example


Text Example

White with #C39805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39805; }

 p { color: rgb(195,152,5); }

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

background-color css

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

 a { background-color: rgb(195,152,5); }

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

border-color css

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

 span { border-color: rgb(195,152,5); }

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