Html Css Color HEX #CCAF47 Sundance

📋 copy color: '#CCAF47'

red 204 ◦ green 175 ◦ blue 71

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

Shades of Sundance #CCAF47

Tints of Sundance #CCAF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.78%

R = 45.33%
G = 38.89%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCAF47 (or 0xCCAF47) is known color: Sundance. HEX triplet: CC, AF and 47. RGB value is (204,175,71). Sum of RGB (Red+Green+Blue) = 204+175+71=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF47 is #3350B8. Grayscale: #ACACAC. Windows color (decimal): -3363001 or 4698060. OLE color: 4698060.

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

Color convert

RGB 204 175 71 -
CMYK 0 0.14 0.65 0.2
HSL 46.92º 0.57% 0.54% -
HSV(B) 46.92º 0.65% 0.8% -
XYZ 41.37 43.95 12.26 -
YUV 171.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 204 175 71 0 0.14 0.65 0.2 46.92 0.57 0.54
Hex CC AF 47 0 E 41 14 2F 39 36
Octal 314 257 107 0 16 101 24 57 71 66
Binary 11001100 10101111 1000111 0 1110 1000001 10100 101111 111001 110110

Color Harmonies of #CCAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF47

Black with #CCAF47

Text Example


Text Example

White with #CCAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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