Html Css Color HEX #C09508 Dark Goldenrod

📋 copy color: '#C09508'

red 192 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #C09508

Tints of Dark Goldenrod #C09508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 55.01%
G = 42.69%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C09508 (or 0xC09508) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 08. RGB value is (192,149,8). Sum of RGB (Red+Green+Blue) = 192+149+8=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09508 is #3F6AF7. Grayscale: #929292. Windows color (decimal): -4156152 or 562624. OLE color: 562624.

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

Color convert

RGB 192 149 8 -
CMYK 0 0.22 0.96 0.25
HSL 45.98º 0.92% 0.39% -
HSV(B) 45.98º 0.96% 0.75% -
XYZ 32.53 32.72 4.83 -
YUV 145.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 192 149 8 0 0.22 0.96 0.25 45.98 0.92 0.39
Hex C0 95 8 0 16 60 19 2E 5C 27
Octal 300 225 10 0 26 140 31 56 134 47
Binary 11000000 10010101 1000 0 10110 1100000 11001 101110 1011100 100111

Color Harmonies of #C09508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09508

Black with #C09508

Text Example


Text Example

White with #C09508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09508; }

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

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

background-color css

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

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

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

border-color css

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

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

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