Html Css Color HEX #CDD996 Deco

📋 copy color: '#CDD996'

red 205 ◦ green 217 ◦ blue 150

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

Shades of Deco #CDD996

Tints of Deco #CDD996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

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

R = 35.84%
G = 37.94%
B = 26.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#CDD996 (or 0xCDD996) is known color: Deco. HEX triplet: CD, D9 and 96. RGB value is (205,217,150). Sum of RGB (Red+Green+Blue) = 205+217+150=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD996 is #322669. Grayscale: #CECECE. Windows color (decimal): -3286634 or 9886157. OLE color: 9886157.

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

Color convert

RGB 205 217 150 -
CMYK 0.06 0 0.31 0.15
HSL 70.75º 0.47% 0.72% -
HSV(B) 70.75º 0.31% 0.85% -
XYZ 55.49 64.81 38.44 -
YUV 205.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 205 217 150 0.06 0 0.31 0.15 70.75 0.47 0.72
Hex CD D9 96 6 0 1F F 47 2F 48
Octal 315 331 226 6 0 37 17 107 57 110
Binary 11001101 11011001 10010110 110 0 11111 1111 1000111 101111 1001000

Color Harmonies of #CDD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD996

Black with #CDD996

Text Example


Text Example

White with #CDD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD996; }

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

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

background-color css

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

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

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

border-color css

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

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

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