Html Css Color HEX #C69209 Dark Goldenrod

📋 copy color: '#C69209'

red 198 ◦ green 146 ◦ blue 9

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

Shades of Dark Goldenrod #C69209

Tints of Dark Goldenrod #C69209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.55%

R = 56.09%
G = 41.36%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C69209 (or 0xC69209) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 09. RGB value is (198,146,9). Sum of RGB (Red+Green+Blue) = 198+146+9=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C69209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69209 is #396DF6. Grayscale: #929292. Windows color (decimal): -3763703 or 627398. OLE color: 627398.

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

Color convert

RGB 198 146 9 -
CMYK 0 0.26 0.95 0.22
HSL 43.49º 0.91% 0.41% -
HSV(B) 43.49º 0.95% 0.78% -
XYZ 33.62 32.58 4.78 -
YUV 145.93 50.73 165.14 -
System Red Green Blue C M Y K H S L
Decimal 198 146 9 0 0.26 0.95 0.22 43.49 0.91 0.41
Hex C6 92 9 0 1A 5F 16 2B 5B 29
Octal 306 222 11 0 32 137 26 53 133 51
Binary 11000110 10010010 1001 0 11010 1011111 10110 101011 1011011 101001

Color Harmonies of #C69209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69209

Black with #C69209

Text Example


Text Example

White with #C69209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69209; }

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

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

background-color css

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

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

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

border-color css

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

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

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