Html Css Color HEX #C6AD4F Sundance

📋 copy color: '#C6AD4F'

red 198 ◦ green 173 ◦ blue 79

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

Shades of Sundance #C6AD4F

Tints of Sundance #C6AD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 44%
G = 38.44%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6AD4F (or 0xC6AD4F) is known color: Sundance. HEX triplet: C6, AD and 4F. RGB value is (198,173,79). Sum of RGB (Red+Green+Blue) = 198+173+79=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD4F is #3952B0. Grayscale: #AAAAAA. Windows color (decimal): -3756721 or 5221830. OLE color: 5221830.

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

Color convert

RGB 198 173 79 -
CMYK 0 0.13 0.60 0.22
HSL 47.39º 0.51% 0.54% -
HSV(B) 47.39º 0.6% 0.78% -
XYZ 39.64 42.46 13.5 -
YUV 169.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 198 173 79 0 0.13 0.60 0.22 47.39 0.51 0.54
Hex C6 AD 4F 0 D 3C 16 2F 33 36
Octal 306 255 117 0 15 74 26 57 63 66
Binary 11000110 10101101 1001111 0 1101 111100 10110 101111 110011 110110

Color Harmonies of #C6AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD4F

Black with #C6AD4F

Text Example


Text Example

White with #C6AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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