#DDED9A

Color #DDED9A Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DDED9A

Tints of Reef #DDED9A

Color information

#DDED9A (or 0xDDED9A) is unknown color: approx Reef. HEX triplet: DD, ED and 9A. RGB value is (221,237,154). Sum of RGB (Red+Green+Blue) = 221+237+154=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED9A is #221265. Grayscale: #DFDFDF. Windows color (decimal): -2232934 or 10153437. OLE color: 10153437.

HSL color Cylindrical-coordinate representation of color #DDED9A: hue angle of 71.57º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDED9A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB221237154-
CMYK0.0700.350.07
HSL71.57º69.75%76.67%-
HSV(B)71.57º35.02%92.94%-
XYZ65.9478.2742.2-
YUV222.7589.2126.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=36.11%
G=38.73%
B=25.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371540.0700.350.0771.5769.7576.67
HexDDED9A7023748464d
Octal33535523270437110106115
Binary1101110111101101100110101110100011111100100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED9A; }

 p { color: rgb(221,237,154); }

 H1.HeaderClassName
 {
   color: #DDED9A;
 }
 .AnyTagClassName
 {
   color: #DDED9A;
 }
</style>
background-color css

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

 a { background-color: rgb(221,237,154); }

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

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

 span { border-color: rgb(221,237,154); }

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