Html Css Color HEX #CDD195 Deco

📋 copy color: '#CDD195'

red 205 ◦ green 209 ◦ blue 149

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

Shades of Deco #CDD195

Tints of Deco #CDD195

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.12%

 BLUE value IS 149 (58.59% from 255) = 26.47%

R = 36.41%
G = 37.12%
B = 26.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#CDD195 (or 0xCDD195) is known color: Deco. HEX triplet: CD, D1 and 95. RGB value is (205,209,149). Sum of RGB (Red+Green+Blue) = 205+209+149=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD195 is #322E6A. Grayscale: #C9C9C9. Windows color (decimal): -3288683 or 9818573. OLE color: 9818573.

HSL color Cylindrical-coordinate representation of color #CDD195: hue angle of 64º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDD195 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 149 -
CMYK 0.02 0 0.29 0.18
HSL 64º 0.39% 0.7% -
HSV(B) 64º 0.29% 0.82% -
XYZ 53.4 60.75 37.35 -
YUV 200.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 205 209 149 0.02 0 0.29 0.18 64 0.39 0.7
Hex CD D1 95 2 0 1D 12 40 27 46
Octal 315 321 225 2 0 35 22 100 47 106
Binary 11001101 11010001 10010101 10 0 11101 10010 1000000 100111 1000110

Color Harmonies of #CDD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD195

Black with #CDD195

Text Example


Text Example

White with #CDD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD195; }

 p { color: rgb(205,209,149); }

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

background-color css

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

 a { background-color: rgb(205,209,149); }

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

border-color css

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

 span { border-color: rgb(205,209,149); }

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