Html Css Color HEX #C6AD4C Sundance

📋 copy color: '#C6AD4C'

red 198 ◦ green 173 ◦ blue 76

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

Shades of Sundance #C6AD4C

Tints of Sundance #C6AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17%

R = 44.3%
G = 38.7%
B = 17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6AD4C (or 0xC6AD4C) is known color: Sundance. HEX triplet: C6, AD and 4C. RGB value is (198,173,76). Sum of RGB (Red+Green+Blue) = 198+173+76=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD4C is #3952B3. Grayscale: #A9A9A9. Windows color (decimal): -3756724 or 5025222. OLE color: 5025222.

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

Color convert

RGB 198 173 76 -
CMYK 0 0.13 0.62 0.22
HSL 47.7º 0.52% 0.54% -
HSV(B) 47.7º 0.62% 0.78% -
XYZ 39.54 42.41 12.94 -
YUV 169.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 198 173 76 0 0.13 0.62 0.22 47.7 0.52 0.54
Hex C6 AD 4C 0 D 3E 16 30 34 36
Octal 306 255 114 0 15 76 26 60 64 66
Binary 11000110 10101101 1001100 0 1101 111110 10110 110000 110100 110110

Color Harmonies of #C6AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD4C

Black with #C6AD4C

Text Example


Text Example

White with #C6AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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