Html Css Color HEX #C09205 Dark Goldenrod

📋 copy color: '#C09205'

red 192 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #C09205

Tints of Dark Goldenrod #C09205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 55.98%
G = 42.57%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09205 (or 0xC09205) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 05. RGB value is (192,146,5). Sum of RGB (Red+Green+Blue) = 192+146+5=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C09205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09205 is #3F6DFA. Grayscale: #909090. Windows color (decimal): -4156923 or 365248. OLE color: 365248.

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

Color convert

RGB 192 146 5 -
CMYK 0 0.24 0.97 0.25
HSL 45.24º 0.95% 0.39% -
HSV(B) 45.24º 0.97% 0.75% -
XYZ 32.04 31.78 4.59 -
YUV 143.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 192 146 5 0 0.24 0.97 0.25 45.24 0.95 0.39
Hex C0 92 5 0 18 61 19 2D 5F 27
Octal 300 222 5 0 30 141 31 55 137 47
Binary 11000000 10010010 101 0 11000 1100001 11001 101101 1011111 100111

Color Harmonies of #C09205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09205

Black with #C09205

Text Example


Text Example

White with #C09205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09205; }

 p { color: rgb(192,146,5); }

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

background-color css

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

 a { background-color: rgb(192,146,5); }

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

border-color css

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

 span { border-color: rgb(192,146,5); }

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