Html Css Color HEX #C09801 Dark Goldenrod

📋 copy color: '#C09801'

red 192 ◦ green 152 ◦ blue 1

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

Shades of Dark Goldenrod #C09801

Tints of Dark Goldenrod #C09801

RGB

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

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

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

R = 55.65%
G = 44.06%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09801 (or 0xC09801) is known color: Dark Goldenrod. HEX triplet: C0, 98 and 01. RGB value is (192,152,1). Sum of RGB (Red+Green+Blue) = 192+152+1=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C09801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09801 is #3F67FE. Grayscale: #939393. Windows color (decimal): -4155391 or 104640. OLE color: 104640.

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

Color convert

RGB 192 152 1 -
CMYK 0 0.21 0.99 0.25
HSL 47.43º 0.99% 0.38% -
HSV(B) 47.43º 0.99% 0.75% -
XYZ 32.97 33.67 4.79 -
YUV 146.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 192 152 1 0 0.21 0.99 0.25 47.43 0.99 0.38
Hex C0 98 1 0 15 63 19 2F 63 26
Octal 300 230 1 0 25 143 31 57 143 46
Binary 11000000 10011000 1 0 10101 1100011 11001 101111 1100011 100110

Color Harmonies of #C09801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09801

Black with #C09801

Text Example


Text Example

White with #C09801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09801; }

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

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

background-color css

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

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

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

border-color css

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

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

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