#DCEB9A

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

Shades of Reef #DCEB9A

Tints of Reef #DCEB9A

Color information

#DCEB9A (or 0xDCEB9A) is unknown color: approx Reef. HEX triplet: DC, EB and 9A. RGB value is (220,235,154). Sum of RGB (Red+Green+Blue) = 220+235+154=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9A is #231465. Grayscale: #DDDDDD. Windows color (decimal): -2298982 or 10152924. OLE color: 10152924.

HSL color Cylindrical-coordinate representation of color #DCEB9A: hue angle of 71.11º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEB9A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB220235154-
CMYK0.0600.340.08
HSL71.11º66.94%76.27%-
HSV(B)71.11º34.47%92.16%-
XYZ65.0676.9742-
YUV221.2890.03127.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=36.12%
G=38.59%
B=25.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351540.0600.340.0871.1166.9476.27
HexDCEB9A6022847434c
Octal334353232604210107103114
Binary11011100111010111001101011001000101000100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB9A; }

 p { color: rgb(220,235,154); }

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

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

 a { background-color: rgb(220,235,154); }

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

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

 span { border-color: rgb(220,235,154); }

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