Html Css Color HEX #C6AD42 Sundance

📋 copy color: '#C6AD42'

red 198 ◦ green 173 ◦ blue 66

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

Shades of Sundance #C6AD42

Tints of Sundance #C6AD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.1%

R = 45.31%
G = 39.59%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6AD42 (or 0xC6AD42) is known color: Sundance. HEX triplet: C6, AD and 42. RGB value is (198,173,66). Sum of RGB (Red+Green+Blue) = 198+173+66=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD42 is #3952BD. Grayscale: #A8A8A8. Windows color (decimal): -3756734 or 4369862. OLE color: 4369862.

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

Color convert

RGB 198 173 66 -
CMYK 0 0.13 0.67 0.22
HSL 48.64º 0.54% 0.52% -
HSV(B) 48.64º 0.67% 0.78% -
XYZ 39.22 42.29 11.25 -
YUV 168.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 198 173 66 0 0.13 0.67 0.22 48.64 0.54 0.52
Hex C6 AD 42 0 D 43 16 31 36 34
Octal 306 255 102 0 15 103 26 61 66 64
Binary 11000110 10101101 1000010 0 1101 1000011 10110 110001 110110 110100

Color Harmonies of #C6AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD42

Black with #C6AD42

Text Example


Text Example

White with #C6AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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