Html Css Color HEX #CCAC48 Sundance

📋 copy color: '#CCAC48'

red 204 ◦ green 172 ◦ blue 72

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

Shades of Sundance #CCAC48

Tints of Sundance #CCAC48

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 45.54%
G = 38.39%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCAC48 (or 0xCCAC48) is known color: Sundance. HEX triplet: CC, AC and 48. RGB value is (204,172,72). Sum of RGB (Red+Green+Blue) = 204+172+72=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC48 is #3353B7. Grayscale: #AAAAAA. Windows color (decimal): -3363768 or 4762828. OLE color: 4762828.

HSL color Cylindrical-coordinate representation of color #CCAC48: hue angle of 45.45º degrees, saturation: 0.56, 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 #CCAC48 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 72 -
CMYK 0 0.16 0.65 0.2
HSL 45.45º 0.56% 0.54% -
HSV(B) 45.45º 0.65% 0.8% -
XYZ 40.82 42.81 12.24 -
YUV 170.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 204 172 72 0 0.16 0.65 0.2 45.45 0.56 0.54
Hex CC AC 48 0 10 41 14 2D 38 36
Octal 314 254 110 0 20 101 24 55 70 66
Binary 11001100 10101100 1001000 0 10000 1000001 10100 101101 111000 110110

Color Harmonies of #CCAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC48

Black with #CCAC48

Text Example


Text Example

White with #CCAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC48; }

 p { color: rgb(204,172,72); }

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

background-color css

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

 a { background-color: rgb(204,172,72); }

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

border-color css

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

 span { border-color: rgb(204,172,72); }

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