Html Css Color HEX #C09805 Dark Goldenrod

📋 copy color: '#C09805'

red 192 ◦ green 152 ◦ blue 5

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

Shades of Dark Goldenrod #C09805

Tints of Dark Goldenrod #C09805

RGB

 RED value IS 192 (75.39% from 255) = 55.01%

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

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

R = 55.01%
G = 43.55%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09805 (or 0xC09805) is known color: Dark Goldenrod. HEX triplet: C0, 98 and 05. RGB value is (192,152,5). Sum of RGB (Red+Green+Blue) = 192+152+5=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09805 is #3F67FA. Grayscale: #939393. Windows color (decimal): -4155387 or 366784. OLE color: 366784.

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

Color convert

RGB 192 152 5 -
CMYK 0 0.21 0.97 0.25
HSL 47.17º 0.95% 0.39% -
HSV(B) 47.17º 0.97% 0.75% -
XYZ 32.99 33.67 4.9 -
YUV 147.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 192 152 5 0 0.21 0.97 0.25 47.17 0.95 0.39
Hex C0 98 5 0 15 61 19 2F 5F 27
Octal 300 230 5 0 25 141 31 57 137 47
Binary 11000000 10011000 101 0 10101 1100001 11001 101111 1011111 100111

Color Harmonies of #C09805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09805

Black with #C09805

Text Example


Text Example

White with #C09805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09805; }

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

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

background-color css

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

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

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

border-color css

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

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

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