Html Css Color HEX #C09509 Dark Goldenrod

📋 copy color: '#C09509'

red 192 ◦ green 149 ◦ blue 9

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

Shades of Dark Goldenrod #C09509

Tints of Dark Goldenrod #C09509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 9 (3.91% from 255) = 2.57%

R = 54.86%
G = 42.57%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C09509 (or 0xC09509) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 09. RGB value is (192,149,9). Sum of RGB (Red+Green+Blue) = 192+149+9=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C09509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09509 is #3F6AF6. Grayscale: #929292. Windows color (decimal): -4156151 or 628160. OLE color: 628160.

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

Color convert

RGB 192 149 9 -
CMYK 0 0.22 0.95 0.25
HSL 45.9º 0.91% 0.39% -
HSV(B) 45.9º 0.95% 0.75% -
XYZ 32.53 32.72 4.86 -
YUV 145.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 192 149 9 0 0.22 0.95 0.25 45.9 0.91 0.39
Hex C0 95 9 0 16 5F 19 2E 5B 27
Octal 300 225 11 0 26 137 31 56 133 47
Binary 11000000 10010101 1001 0 10110 1011111 11001 101110 1011011 100111

Color Harmonies of #C09509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09509

Black with #C09509

Text Example


Text Example

White with #C09509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09509; }

 p { color: rgb(192,149,9); }

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

background-color css

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

 a { background-color: rgb(192,149,9); }

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

border-color css

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

 span { border-color: rgb(192,149,9); }

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