Html Css Color HEX #C09A03 Dark Goldenrod

📋 copy color: '#C09A03'

red 192 ◦ green 154 ◦ blue 3

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

Shades of Dark Goldenrod #C09A03

Tints of Dark Goldenrod #C09A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 55.01%
G = 44.13%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C09A03 (or 0xC09A03) is known color: Dark Goldenrod. HEX triplet: C0, 9A and 03. RGB value is (192,154,3). Sum of RGB (Red+Green+Blue) = 192+154+3=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A03 is #3F65FC. Grayscale: #949494. Windows color (decimal): -4154877 or 236224. OLE color: 236224.

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

Color convert

RGB 192 154 3 -
CMYK 0 0.20 0.98 0.25
HSL 47.94º 0.97% 0.38% -
HSV(B) 47.94º 0.98% 0.75% -
XYZ 33.31 34.32 4.96 -
YUV 148.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 192 154 3 0 0.20 0.98 0.25 47.94 0.97 0.38
Hex C0 9A 3 0 14 62 19 30 61 26
Octal 300 232 3 0 24 142 31 60 141 46
Binary 11000000 10011010 11 0 10100 1100010 11001 110000 1100001 100110

Color Harmonies of #C09A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A03

Black with #C09A03

Text Example


Text Example

White with #C09A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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