Html Css Color HEX #C09705 Dark Goldenrod

📋 copy color: '#C09705'

red 192 ◦ green 151 ◦ blue 5

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

Shades of Dark Goldenrod #C09705

Tints of Dark Goldenrod #C09705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 55.17%
G = 43.39%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09705 (or 0xC09705) is known color: Dark Goldenrod. HEX triplet: C0, 97 and 05. RGB value is (192,151,5). Sum of RGB (Red+Green+Blue) = 192+151+5=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C09705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09705 is #3F68FA. Grayscale: #939393. Windows color (decimal): -4155643 or 366528. OLE color: 366528.

HSL color Cylindrical-coordinate representation of color #C09705: hue angle of 46.84º 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 #C09705 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 5 -
CMYK 0 0.21 0.97 0.25
HSL 46.84º 0.95% 0.39% -
HSV(B) 46.84º 0.97% 0.75% -
XYZ 32.83 33.35 4.85 -
YUV 146.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 192 151 5 0 0.21 0.97 0.25 46.84 0.95 0.39
Hex C0 97 5 0 15 61 19 2F 5F 27
Octal 300 227 5 0 25 141 31 57 137 47
Binary 11000000 10010111 101 0 10101 1100001 11001 101111 1011111 100111

Color Harmonies of #C09705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09705

Black with #C09705

Text Example


Text Example

White with #C09705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09705; }

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

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

background-color css

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

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

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

border-color css

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

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

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