Html Css Color HEX #C6AF44 Sundance

📋 copy color: '#C6AF44'

red 198 ◦ green 175 ◦ blue 68

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

Shades of Sundance #C6AF44

Tints of Sundance #C6AF44

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 44.9%
G = 39.68%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C6AF44 (or 0xC6AF44) is known color: Sundance. HEX triplet: C6, AF and 44. RGB value is (198,175,68). Sum of RGB (Red+Green+Blue) = 198+175+68=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF44 is #3950BB. Grayscale: #AAAAAA. Windows color (decimal): -3756220 or 4501446. OLE color: 4501446.

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

Color convert

RGB 198 175 68 -
CMYK 0 0.12 0.66 0.22
HSL 49.38º 0.53% 0.52% -
HSV(B) 49.38º 0.66% 0.78% -
XYZ 39.66 43.08 11.69 -
YUV 169.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 198 175 68 0 0.12 0.66 0.22 49.38 0.53 0.52
Hex C6 AF 44 0 C 42 16 31 35 34
Octal 306 257 104 0 14 102 26 61 65 64
Binary 11000110 10101111 1000100 0 1100 1000010 10110 110001 110101 110100

Color Harmonies of #C6AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF44

Black with #C6AF44

Text Example


Text Example

White with #C6AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF44; }

 p { color: rgb(198,175,68); }

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

background-color css

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

 a { background-color: rgb(198,175,68); }

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

border-color css

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

 span { border-color: rgb(198,175,68); }

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