Html Css Color HEX #CCD580 Deco

📋 copy color: '#CCD580'

red 204 ◦ green 213 ◦ blue 128

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

Shades of Deco #CCD580

Tints of Deco #CCD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.08%

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

R = 37.43%
G = 39.08%
B = 23.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#CCD580 (or 0xCCD580) is known color: Deco. HEX triplet: CC, D5 and 80. RGB value is (204,213,128). Sum of RGB (Red+Green+Blue) = 204+213+128=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD580 is #332A7F. Grayscale: #C8C8C8. Windows color (decimal): -3353216 or 8443340. OLE color: 8443340.

HSL color Cylindrical-coordinate representation of color #CCD580: hue angle of 66.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD580 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 128 -
CMYK 0.04 0 0.40 0.16
HSL 66.35º 0.5% 0.67% -
HSV(B) 66.35º 0.4% 0.84% -
XYZ 52.59 61.98 29.61 -
YUV 200.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 204 213 128 0.04 0 0.40 0.16 66.35 0.5 0.67
Hex CC D5 80 4 0 28 10 42 32 43
Octal 314 325 200 4 0 50 20 102 62 103
Binary 11001100 11010101 10000000 100 0 101000 10000 1000010 110010 1000011

Color Harmonies of #CCD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD580

Black with #CCD580

Text Example


Text Example

White with #CCD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD580; }

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

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

background-color css

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

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

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

border-color css

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

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

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