Html Css Color HEX #C69207 Dark Goldenrod

📋 copy color: '#C69207'

red 198 ◦ green 146 ◦ blue 7

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

Shades of Dark Goldenrod #C69207

Tints of Dark Goldenrod #C69207

RGB

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

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

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

R = 56.41%
G = 41.6%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C69207 (or 0xC69207) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 07. RGB value is (198,146,7). Sum of RGB (Red+Green+Blue) = 198+146+7=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69207 is #396DF8. Grayscale: #929292. Windows color (decimal): -3763705 or 496326. OLE color: 496326.

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

Color convert

RGB 198 146 7 -
CMYK 0 0.26 0.96 0.22
HSL 43.66º 0.93% 0.4% -
HSV(B) 43.66º 0.96% 0.78% -
XYZ 33.61 32.58 4.72 -
YUV 145.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 198 146 7 0 0.26 0.96 0.22 43.66 0.93 0.4
Hex C6 92 7 0 1A 60 16 2C 5D 28
Octal 306 222 7 0 32 140 26 54 135 50
Binary 11000110 10010010 111 0 11010 1100000 10110 101100 1011101 101000

Color Harmonies of #C69207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69207

Black with #C69207

Text Example


Text Example

White with #C69207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69207; }

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

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

background-color css

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

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

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

border-color css

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

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

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