Html Css Color HEX #C8AA40 Sundance

📋 copy color: '#C8AA40'

red 200 ◦ green 170 ◦ blue 64

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

Shades of Sundance #C8AA40

Tints of Sundance #C8AA40

RGB

 RED value IS 200 (78.52% from 255) = 46.08%

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 46.08%
G = 39.17%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8AA40 (or 0xC8AA40) is known color: Sundance. HEX triplet: C8, AA and 40. RGB value is (200,170,64). Sum of RGB (Red+Green+Blue) = 200+170+64=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA40 is #3755BF. Grayscale: #A7A7A7. Windows color (decimal): -3626432 or 4238024. OLE color: 4238024.

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

Color convert

RGB 200 170 64 -
CMYK 0 0.15 0.68 0.22
HSL 46.76º 0.55% 0.52% -
HSV(B) 46.76º 0.68% 0.78% -
XYZ 39.12 41.4 10.78 -
YUV 166.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 200 170 64 0 0.15 0.68 0.22 46.76 0.55 0.52
Hex C8 AA 40 0 F 44 16 2F 37 34
Octal 310 252 100 0 17 104 26 57 67 64
Binary 11001000 10101010 1000000 0 1111 1000100 10110 101111 110111 110100

Color Harmonies of #C8AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA40

Black with #C8AA40

Text Example


Text Example

White with #C8AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA40; }

 p { color: rgb(200,170,64); }

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

background-color css

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

 a { background-color: rgb(200,170,64); }

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

border-color css

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

 span { border-color: rgb(200,170,64); }

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