Html Css Color HEX #CDD494 Deco

📋 copy color: '#CDD494'

red 205 ◦ green 212 ◦ blue 148

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

Shades of Deco #CDD494

Tints of Deco #CDD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 36.28%
G = 37.52%
B = 26.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#CDD494 (or 0xCDD494) is known color: Deco. HEX triplet: CD, D4 and 94. RGB value is (205,212,148). Sum of RGB (Red+Green+Blue) = 205+212+148=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD494 is #322B6B. Grayscale: #CACACA. Windows color (decimal): -3287916 or 9753805. OLE color: 9753805.

HSL color Cylindrical-coordinate representation of color #CDD494: hue angle of 66.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD494 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 148 -
CMYK 0.03 0 0.30 0.17
HSL 66.56º 0.43% 0.71% -
HSV(B) 66.56º 0.3% 0.83% -
XYZ 54.07 62.2 37.17 -
YUV 202.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 205 212 148 0.03 0 0.30 0.17 66.56 0.43 0.71
Hex CD D4 94 3 0 1E 11 43 2B 47
Octal 315 324 224 3 0 36 21 103 53 107
Binary 11001101 11010100 10010100 11 0 11110 10001 1000011 101011 1000111

Color Harmonies of #CDD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD494

Black with #CDD494

Text Example


Text Example

White with #CDD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD494; }

 p { color: rgb(205,212,148); }

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

background-color css

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

 a { background-color: rgb(205,212,148); }

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

border-color css

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

 span { border-color: rgb(205,212,148); }

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