Html Css Color HEX #CCAD50 Sundance

📋 copy color: '#CCAD50'

red 204 ◦ green 173 ◦ blue 80

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

Shades of Sundance #CCAD50

Tints of Sundance #CCAD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 44.64%
G = 37.86%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCAD50 (or 0xCCAD50) is known color: Sundance. HEX triplet: CC, AD and 50. RGB value is (204,173,80). Sum of RGB (Red+Green+Blue) = 204+173+80=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD50 is #3352AF. Grayscale: #ACACAC. Windows color (decimal): -3363504 or 5287372. OLE color: 5287372.

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

Color convert

RGB 204 173 80 -
CMYK 0 0.15 0.61 0.2
HSL 45º 0.55% 0.56% -
HSV(B) 45º 0.61% 0.8% -
XYZ 41.29 43.3 13.77 -
YUV 171.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 204 173 80 0 0.15 0.61 0.2 45 0.55 0.56
Hex CC AD 50 0 F 3D 14 2D 37 38
Octal 314 255 120 0 17 75 24 55 67 70
Binary 11001100 10101101 1010000 0 1111 111101 10100 101101 110111 111000

Color Harmonies of #CCAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD50

Black with #CCAD50

Text Example


Text Example

White with #CCAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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