Html Css Color HEX #CCAF55 Sundance

📋 copy color: '#CCAF55'

red 204 ◦ green 175 ◦ blue 85

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

Shades of Sundance #CCAF55

Tints of Sundance #CCAF55

RGB

 RED value IS 204 (80.08% from 255) = 43.97%

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

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 43.97%
G = 37.72%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCAF55 (or 0xCCAF55) is known color: Sundance. HEX triplet: CC, AF and 55. RGB value is (204,175,85). Sum of RGB (Red+Green+Blue) = 204+175+85=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF55 is #3350AA. Grayscale: #ADADAD. Windows color (decimal): -3362987 or 5615564. OLE color: 5615564.

HSL color Cylindrical-coordinate representation of color #CCAF55: hue angle of 45.38º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCAF55 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 85 -
CMYK 0 0.14 0.58 0.2
HSL 45.38º 0.54% 0.57% -
HSV(B) 45.38º 0.58% 0.8% -
XYZ 41.87 44.15 14.91 -
YUV 173.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 204 175 85 0 0.14 0.58 0.2 45.38 0.54 0.57
Hex CC AF 55 0 E 3A 14 2D 36 39
Octal 314 257 125 0 16 72 24 55 66 71
Binary 11001100 10101111 1010101 0 1110 111010 10100 101101 110110 111001

Color Harmonies of #CCAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF55

Black with #CCAF55

Text Example


Text Example

White with #CCAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF55; }

 p { color: rgb(204,175,85); }

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

background-color css

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

 a { background-color: rgb(204,175,85); }

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

border-color css

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

 span { border-color: rgb(204,175,85); }

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