Html Css Color HEX #CCAF53 Sundance

📋 copy color: '#CCAF53'

red 204 ◦ green 175 ◦ blue 83

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

Shades of Sundance #CCAF53

Tints of Sundance #CCAF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.97%

R = 44.16%
G = 37.88%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCAF53 (or 0xCCAF53) is known color: Sundance. HEX triplet: CC, AF and 53. RGB value is (204,175,83). Sum of RGB (Red+Green+Blue) = 204+175+83=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF53 is #3350AC. Grayscale: #ADADAD. Windows color (decimal): -3362989 or 5484492. OLE color: 5484492.

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

Color convert

RGB 204 175 83 -
CMYK 0 0.14 0.59 0.2
HSL 45.62º 0.54% 0.56% -
HSV(B) 45.62º 0.59% 0.8% -
XYZ 41.79 44.12 14.5 -
YUV 173.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 204 175 83 0 0.14 0.59 0.2 45.62 0.54 0.56
Hex CC AF 53 0 E 3B 14 2E 36 38
Octal 314 257 123 0 16 73 24 56 66 70
Binary 11001100 10101111 1010011 0 1110 111011 10100 101110 110110 111000

Color Harmonies of #CCAF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF53

Black with #CCAF53

Text Example


Text Example

White with #CCAF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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