Html Css Color HEX #C6AD4A Sundance

📋 copy color: '#C6AD4A'

red 198 ◦ green 173 ◦ blue 74

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

Shades of Sundance #C6AD4A

Tints of Sundance #C6AD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 44.49%
G = 38.88%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6AD4A (or 0xC6AD4A) is known color: Sundance. HEX triplet: C6, AD and 4A. RGB value is (198,173,74). Sum of RGB (Red+Green+Blue) = 198+173+74=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD4A is #3952B5. Grayscale: #A9A9A9. Windows color (decimal): -3756726 or 4894150. OLE color: 4894150.

HSL color Cylindrical-coordinate representation of color #C6AD4A: hue angle of 47.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6AD4A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 74 -
CMYK 0 0.13 0.63 0.22
HSL 47.9º 0.52% 0.53% -
HSV(B) 47.9º 0.63% 0.78% -
XYZ 39.47 42.39 12.58 -
YUV 169.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 198 173 74 0 0.13 0.63 0.22 47.9 0.52 0.53
Hex C6 AD 4A 0 D 3F 16 30 34 35
Octal 306 255 112 0 15 77 26 60 64 65
Binary 11000110 10101101 1001010 0 1101 111111 10110 110000 110100 110101

Color Harmonies of #C6AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD4A

Black with #C6AD4A

Text Example


Text Example

White with #C6AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD4A; }

 p { color: rgb(198,173,74); }

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

background-color css

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

 a { background-color: rgb(198,173,74); }

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

border-color css

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

 span { border-color: rgb(198,173,74); }

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