Html Css Color HEX #CCD488 Deco

📋 copy color: '#CCD488'

red 204 ◦ green 212 ◦ blue 136

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

Shades of Deco #CCD488

Tints of Deco #CCD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

 BLUE value IS 136 (53.52% from 255) = 24.64%

R = 36.96%
G = 38.41%
B = 24.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#CCD488 (or 0xCCD488) is known color: Deco. HEX triplet: CC, D4 and 88. RGB value is (204,212,136). Sum of RGB (Red+Green+Blue) = 204+212+136=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD488 is #332B77. Grayscale: #C9C9C9. Windows color (decimal): -3353464 or 8967372. OLE color: 8967372.

HSL color Cylindrical-coordinate representation of color #CCD488: hue angle of 66.32º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD488 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 136 -
CMYK 0.04 0 0.36 0.17
HSL 66.32º 0.47% 0.68% -
HSV(B) 66.32º 0.36% 0.83% -
XYZ 52.89 61.7 32.41 -
YUV 200.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 204 212 136 0.04 0 0.36 0.17 66.32 0.47 0.68
Hex CC D4 88 4 0 24 11 42 2F 44
Octal 314 324 210 4 0 44 21 102 57 104
Binary 11001100 11010100 10001000 100 0 100100 10001 1000010 101111 1000100

Color Harmonies of #CCD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD488

Black with #CCD488

Text Example


Text Example

White with #CCD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD488; }

 p { color: rgb(204,212,136); }

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

background-color css

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

 a { background-color: rgb(204,212,136); }

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

border-color css

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

 span { border-color: rgb(204,212,136); }

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