Html Css Color HEX #CDD999 Deco

📋 copy color: '#CDD999'

red 205 ◦ green 217 ◦ blue 153

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

Shades of Deco #CDD999

Tints of Deco #CDD999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.61%

R = 35.65%
G = 37.74%
B = 26.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#CDD999 (or 0xCDD999) is known color: Deco. HEX triplet: CD, D9 and 99. RGB value is (205,217,153). Sum of RGB (Red+Green+Blue) = 205+217+153=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD999 is #322666. Grayscale: #CECECE. Windows color (decimal): -3286631 or 10082765. OLE color: 10082765.

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

Color convert

RGB 205 217 153 -
CMYK 0.06 0 0.29 0.15
HSL 71.25º 0.46% 0.73% -
HSV(B) 71.25º 0.29% 0.85% -
XYZ 55.74 64.9 39.73 -
YUV 206.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 205 217 153 0.06 0 0.29 0.15 71.25 0.46 0.73
Hex CD D9 99 6 0 1D F 47 2E 49
Octal 315 331 231 6 0 35 17 107 56 111
Binary 11001101 11011001 10011001 110 0 11101 1111 1000111 101110 1001001

Color Harmonies of #CDD999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD999

Black with #CDD999

Text Example


Text Example

White with #CDD999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD999; }

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

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

background-color css

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

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

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

border-color css

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

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

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