Html Css Color HEX #CDD993 Deco

📋 copy color: '#CDD993'

red 205 ◦ green 217 ◦ blue 147

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

Shades of Deco #CDD993

Tints of Deco #CDD993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.83%

R = 36.03%
G = 38.14%
B = 25.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#CDD993 (or 0xCDD993) is known color: Deco. HEX triplet: CD, D9 and 93. RGB value is (205,217,147). Sum of RGB (Red+Green+Blue) = 205+217+147=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD993 is #32266C. Grayscale: #CDCDCD. Windows color (decimal): -3286637 or 9689549. OLE color: 9689549.

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

Color convert

RGB 205 217 147 -
CMYK 0.06 0 0.32 0.15
HSL 70.29º 0.48% 0.71% -
HSV(B) 70.29º 0.32% 0.85% -
XYZ 55.26 64.71 37.18 -
YUV 205.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 205 217 147 0.06 0 0.32 0.15 70.29 0.48 0.71
Hex CD D9 93 6 0 20 F 46 30 47
Octal 315 331 223 6 0 40 17 106 60 107
Binary 11001101 11011001 10010011 110 0 100000 1111 1000110 110000 1000111

Color Harmonies of #CDD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD993

Black with #CDD993

Text Example


Text Example

White with #CDD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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