Html Css Color HEX #C09A00 Dark Goldenrod

📋 copy color: '#C09A00'

red 192 ◦ green 154 ◦ blue 0

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

Shades of Dark Goldenrod #C09A00

Tints of Dark Goldenrod #C09A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.49%
G = 44.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C09A00 (or 0xC09A00) is known color: Dark Goldenrod. HEX triplet: C0, 9A and 00. RGB value is (192,154,0). Sum of RGB (Red+Green+Blue) = 192+154+0=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A00 is #3F65FF. Grayscale: #949494. Windows color (decimal): -4154880 or 39616. OLE color: 39616.

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

Color convert

RGB 192 154 0 -
CMYK 0 0.20 1 0.25
HSL 48.13º 1% 0.38% -
HSV(B) 48.13º 1% 0.75% -
XYZ 33.29 34.32 4.87 -
YUV 147.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 192 154 0 0 0.20 1 0.25 48.13 1 0.38
Hex C0 9A 0 0 14 64 19 30 64 26
Octal 300 232 0 0 24 144 31 60 144 46
Binary 11000000 10011010 0 0 10100 1100100 11001 110000 1100100 100110

Color Harmonies of #C09A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A00

Black with #C09A00

Text Example


Text Example

White with #C09A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A00; }

 p { color: rgb(192,154,0); }

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

background-color css

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

 a { background-color: rgb(192,154,0); }

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

border-color css

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

 span { border-color: rgb(192,154,0); }

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