Html Css Color HEX #CDD696 Deco

📋 copy color: '#CDD696'

red 205 ◦ green 214 ◦ blue 150

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

Shades of Deco #CDD696

Tints of Deco #CDD696

RGB

 RED value IS 205 (80.47% from 255) = 36.03%

 GREEN value IS 214 (83.98% from 255) = 37.61%

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

R = 36.03%
G = 37.61%
B = 26.36%

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

#CDD696 (or 0xCDD696) is known color: Deco. HEX triplet: CD, D6 and 96. RGB value is (205,214,150). Sum of RGB (Red+Green+Blue) = 205+214+150=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD696 is #322969. Grayscale: #CCCCCC. Windows color (decimal): -3287402 or 9885389. OLE color: 9885389.

HSL color Cylindrical-coordinate representation of color #CDD696: hue angle of 68.44º degrees, saturation: 0.44, 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 #CDD696 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 150 -
CMYK 0.04 0 0.30 0.16
HSL 68.44º 0.44% 0.71% -
HSV(B) 68.44º 0.3% 0.84% -
XYZ 54.73 63.27 38.18 -
YUV 204.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 205 214 150 0.04 0 0.30 0.16 68.44 0.44 0.71
Hex CD D6 96 4 0 1E 10 44 2C 47
Octal 315 326 226 4 0 36 20 104 54 107
Binary 11001101 11010110 10010110 100 0 11110 10000 1000100 101100 1000111

Color Harmonies of #CDD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD696

Black with #CDD696

Text Example


Text Example

White with #CDD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD696; }

 p { color: rgb(205,214,150); }

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

background-color css

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

 a { background-color: rgb(205,214,150); }

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

border-color css

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

 span { border-color: rgb(205,214,150); }

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