Html Css Color HEX #C6AD47 Sundance

📋 copy color: '#C6AD47'

red 198 ◦ green 173 ◦ blue 71

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

Shades of Sundance #C6AD47

Tints of Sundance #C6AD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 44.8%
G = 39.14%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6AD47 (or 0xC6AD47) is known color: Sundance. HEX triplet: C6, AD and 47. RGB value is (198,173,71). Sum of RGB (Red+Green+Blue) = 198+173+71=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD47 is #3952B8. Grayscale: #A9A9A9. Windows color (decimal): -3756729 or 4697542. OLE color: 4697542.

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

Color convert

RGB 198 173 71 -
CMYK 0 0.13 0.64 0.22
HSL 48.19º 0.53% 0.53% -
HSV(B) 48.19º 0.64% 0.78% -
XYZ 39.37 42.35 12.06 -
YUV 168.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 198 173 71 0 0.13 0.64 0.22 48.19 0.53 0.53
Hex C6 AD 47 0 D 40 16 30 35 35
Octal 306 255 107 0 15 100 26 60 65 65
Binary 11000110 10101101 1000111 0 1101 1000000 10110 110000 110101 110101

Color Harmonies of #C6AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD47

Black with #C6AD47

Text Example


Text Example

White with #C6AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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