Html Css Color HEX #CCDA80 Deco

📋 copy color: '#CCDA80'

red 204 ◦ green 218 ◦ blue 128

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

Shades of Deco #CCDA80

Tints of Deco #CCDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.64%

 BLUE value IS 128 (50.39% from 255) = 23.27%

R = 37.09%
G = 39.64%
B = 23.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#CCDA80 (or 0xCCDA80) is known color: Deco. HEX triplet: CC, DA and 80. RGB value is (204,218,128). Sum of RGB (Red+Green+Blue) = 204+218+128=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA80 is #33257F. Grayscale: #CBCBCB. Windows color (decimal): -3351936 or 8444620. OLE color: 8444620.

HSL color Cylindrical-coordinate representation of color #CCDA80: hue angle of 69.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCDA80 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 128 -
CMYK 0.06 0 0.41 0.15
HSL 69.33º 0.55% 0.68% -
HSV(B) 69.33º 0.41% 0.85% -
XYZ 53.87 64.54 30.04 -
YUV 203.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 204 218 128 0.06 0 0.41 0.15 69.33 0.55 0.68
Hex CC DA 80 6 0 29 F 45 37 44
Octal 314 332 200 6 0 51 17 105 67 104
Binary 11001100 11011010 10000000 110 0 101001 1111 1000101 110111 1000100

Color Harmonies of #CCDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA80

Black with #CCDA80

Text Example


Text Example

White with #CCDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA80; }

 p { color: rgb(204,218,128); }

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

background-color css

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

 a { background-color: rgb(204,218,128); }

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

border-color css

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

 span { border-color: rgb(204,218,128); }

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