Html Css Color HEX #C4AF44 Sundance

📋 copy color: '#C4AF44'

red 196 ◦ green 175 ◦ blue 68

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

Shades of Sundance #C4AF44

Tints of Sundance #C4AF44

RGB

 RED value IS 196 (76.95% from 255) = 44.65%

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

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

R = 44.65%
G = 39.86%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C4AF44 (or 0xC4AF44) is known color: Sundance. HEX triplet: C4, AF and 44. RGB value is (196,175,68). Sum of RGB (Red+Green+Blue) = 196+175+68=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF44 is #3B50BB. Grayscale: #A9A9A9. Windows color (decimal): -3887292 or 4501444. OLE color: 4501444.

HSL color Cylindrical-coordinate representation of color #C4AF44: hue angle of 50.16º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4AF44 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 68 -
CMYK 0 0.11 0.65 0.23
HSL 50.16º 0.52% 0.52% -
HSV(B) 50.16º 0.65% 0.77% -
XYZ 39.14 42.81 11.67 -
YUV 169.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 196 175 68 0 0.11 0.65 0.23 50.16 0.52 0.52
Hex C4 AF 44 0 B 41 17 32 34 34
Octal 304 257 104 0 13 101 27 62 64 64
Binary 11000100 10101111 1000100 0 1011 1000001 10111 110010 110100 110100

Color Harmonies of #C4AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF44

Black with #C4AF44

Text Example


Text Example

White with #C4AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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