Html Css Color HEX #CDD295 Deco

📋 copy color: '#CDD295'

red 205 ◦ green 210 ◦ blue 149

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

Shades of Deco #CDD295

Tints of Deco #CDD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

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

R = 36.35%
G = 37.23%
B = 26.42%

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

#CDD295 (or 0xCDD295) is known color: Deco. HEX triplet: CD, D2 and 95. RGB value is (205,210,149). Sum of RGB (Red+Green+Blue) = 205+210+149=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD295 is #322D6A. Grayscale: #C9C9C9. Windows color (decimal): -3288427 or 9818829. OLE color: 9818829.

HSL color Cylindrical-coordinate representation of color #CDD295: hue angle of 64.92º degrees, saturation: 0.4, 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 #CDD295 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 149 -
CMYK 0.02 0 0.29 0.18
HSL 64.92º 0.4% 0.7% -
HSV(B) 64.92º 0.29% 0.82% -
XYZ 53.65 61.24 37.43 -
YUV 201.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 205 210 149 0.02 0 0.29 0.18 64.92 0.4 0.7
Hex CD D2 95 2 0 1D 12 41 28 46
Octal 315 322 225 2 0 35 22 101 50 106
Binary 11001101 11010010 10010101 10 0 11101 10010 1000001 101000 1000110

Color Harmonies of #CDD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD295

Black with #CDD295

Text Example


Text Example

White with #CDD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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