Html Css Color HEX #CCAD4A Sundance

📋 copy color: '#CCAD4A'

red 204 ◦ green 173 ◦ blue 74

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

Shades of Sundance #CCAD4A

Tints of Sundance #CCAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

 BLUE value IS 74 (29.3% from 255) = 16.41%

R = 45.23%
G = 38.36%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCAD4A (or 0xCCAD4A) is known color: Sundance. HEX triplet: CC, AD and 4A. RGB value is (204,173,74). Sum of RGB (Red+Green+Blue) = 204+173+74=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD4A is #3352B5. Grayscale: #ABABAB. Windows color (decimal): -3363510 or 4894156. OLE color: 4894156.

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

Color convert

RGB 204 173 74 -
CMYK 0 0.15 0.64 0.2
HSL 45.69º 0.56% 0.55% -
HSV(B) 45.69º 0.64% 0.8% -
XYZ 41.08 43.22 12.66 -
YUV 170.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 204 173 74 0 0.15 0.64 0.2 45.69 0.56 0.55
Hex CC AD 4A 0 F 40 14 2E 38 37
Octal 314 255 112 0 17 100 24 56 70 67
Binary 11001100 10101101 1001010 0 1111 1000000 10100 101110 111000 110111

Color Harmonies of #CCAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD4A

Black with #CCAD4A

Text Example


Text Example

White with #CCAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD4A; }

 p { color: rgb(204,173,74); }

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

background-color css

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

 a { background-color: rgb(204,173,74); }

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

border-color css

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

 span { border-color: rgb(204,173,74); }

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