Html Css Color HEX #C09001 Dark Goldenrod

📋 copy color: '#C09001'

red 192 ◦ green 144 ◦ blue 1

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

Shades of Dark Goldenrod #C09001

Tints of Dark Goldenrod #C09001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.73%

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

R = 56.97%
G = 42.73%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09001 (or 0xC09001) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 01. RGB value is (192,144,1). Sum of RGB (Red+Green+Blue) = 192+144+1=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C09001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09001 is #3F6FFE. Grayscale: #8E8E8E. Windows color (decimal): -4157439 or 102592. OLE color: 102592.

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

Color convert

RGB 192 144 1 -
CMYK 0 0.25 0.99 0.25
HSL 44.92º 0.99% 0.38% -
HSV(B) 44.92º 0.99% 0.75% -
XYZ 31.72 31.16 4.37 -
YUV 142.05 48.4 163.63 -
System Red Green Blue C M Y K H S L
Decimal 192 144 1 0 0.25 0.99 0.25 44.92 0.99 0.38
Hex C0 90 1 0 19 63 19 2D 63 26
Octal 300 220 1 0 31 143 31 55 143 46
Binary 11000000 10010000 1 0 11001 1100011 11001 101101 1100011 100110

Color Harmonies of #C09001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09001

Black with #C09001

Text Example


Text Example

White with #C09001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09001; }

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

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

background-color css

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

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

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

border-color css

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

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

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