Html Css Color HEX #C69205 Dark Goldenrod

📋 copy color: '#C69205'

red 198 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #C69205

Tints of Dark Goldenrod #C69205

RGB

 RED value IS 198 (77.73% from 255) = 56.73%

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

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

R = 56.73%
G = 41.83%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69205 (or 0xC69205) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 05. RGB value is (198,146,5). Sum of RGB (Red+Green+Blue) = 198+146+5=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C69205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69205 is #396DFA. Grayscale: #929292. Windows color (decimal): -3763707 or 365254. OLE color: 365254.

HSL color Cylindrical-coordinate representation of color #C69205: hue angle of 43.83º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C69205 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 5 -
CMYK 0 0.26 0.97 0.22
HSL 43.83º 0.95% 0.4% -
HSV(B) 43.83º 0.97% 0.78% -
XYZ 33.59 32.57 4.66 -
YUV 145.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 198 146 5 0 0.26 0.97 0.22 43.83 0.95 0.4
Hex C6 92 5 0 1A 61 16 2C 5F 28
Octal 306 222 5 0 32 141 26 54 137 50
Binary 11000110 10010010 101 0 11010 1100001 10110 101100 1011111 101000

Color Harmonies of #C69205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69205

Black with #C69205

Text Example


Text Example

White with #C69205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69205; }

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

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

background-color css

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

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

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

border-color css

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

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

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