Html Css Color HEX #C09507 Dark Goldenrod

📋 copy color: '#C09507'

red 192 ◦ green 149 ◦ blue 7

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

Shades of Dark Goldenrod #C09507

Tints of Dark Goldenrod #C09507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 55.17%
G = 42.82%
B = 2.01%

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

#C09507 (or 0xC09507) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 07. RGB value is (192,149,7). Sum of RGB (Red+Green+Blue) = 192+149+7=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C09507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09507 is #3F6AF8. Grayscale: #929292. Windows color (decimal): -4156153 or 497088. OLE color: 497088.

HSL color Cylindrical-coordinate representation of color #C09507: hue angle of 46.05º degrees, saturation: 0.93, 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 #C09507 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 7 -
CMYK 0 0.22 0.96 0.25
HSL 46.05º 0.93% 0.39% -
HSV(B) 46.05º 0.96% 0.75% -
XYZ 32.52 32.72 4.8 -
YUV 145.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 192 149 7 0 0.22 0.96 0.25 46.05 0.93 0.39
Hex C0 95 7 0 16 60 19 2E 5D 27
Octal 300 225 7 0 26 140 31 56 135 47
Binary 11000000 10010101 111 0 10110 1100000 11001 101110 1011101 100111

Color Harmonies of #C09507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09507

Black with #C09507

Text Example


Text Example

White with #C09507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09507; }

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

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

background-color css

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

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

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

border-color css

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

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

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