Html Css Color HEX #CCD596 Deco

📋 copy color: '#CCD596'

red 204 ◦ green 213 ◦ blue 150

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

Shades of Deco #CCD596

Tints of Deco #CCD596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 35.98%
G = 37.57%
B = 26.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#CCD596 (or 0xCCD596) is known color: Deco. HEX triplet: CC, D5 and 96. RGB value is (204,213,150). Sum of RGB (Red+Green+Blue) = 204+213+150=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD596 is #332A69. Grayscale: #CBCBCB. Windows color (decimal): -3353194 or 9885132. OLE color: 9885132.

HSL color Cylindrical-coordinate representation of color #CCD596: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD596 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 150 -
CMYK 0.04 0 0.30 0.16
HSL 68.57º 0.43% 0.71% -
HSV(B) 68.57º 0.3% 0.84% -
XYZ 54.2 62.63 38.09 -
YUV 203.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 204 213 150 0.04 0 0.30 0.16 68.57 0.43 0.71
Hex CC D5 96 4 0 1E 10 45 2B 47
Octal 314 325 226 4 0 36 20 105 53 107
Binary 11001100 11010101 10010110 100 0 11110 10000 1000101 101011 1000111

Color Harmonies of #CCD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD596

Black with #CCD596

Text Example


Text Example

White with #CCD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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