#FFDCB2

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

Shades of Sandy Beach #FFDCB2

Tints of Sandy Beach #FFDCB2

Color information

#FFDCB2 (or 0xFFDCB2) is unknown color: approx Sandy Beach. HEX triplet: FF, DC and B2. RGB value is (255,220,178). Sum of RGB (Red+Green+Blue) = 255+220+178=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCB2 is #00234D. Grayscale: #E1E1E1. Windows color (decimal): -9038 or 11721983. OLE color: 11721983.

HSL color Cylindrical-coordinate representation of color #FFDCB2: hue angle of 32.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFDCB2 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255220178-
CMYK00.140.300
HSL32.73º100%84.9%-
HSV(B)32.73º30.2%100%-
XYZ74.8775.6652.78-
YUV225.68101.1148.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=39.05%
G=33.69%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522017800.140.30032.7310084.9
HexFFDCB20E1E0216455
Octal37733426201636041144125
Binary1111111111011100101100100111011110010000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCB2; }

 p { color: rgb(255,220,178); }

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

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

 a { background-color: rgb(255,220,178); }

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

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

 span { border-color: rgb(255,220,178); }

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