#FFDCB4

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

Shades of Sandy Beach #FFDCB4

Tints of Sandy Beach #FFDCB4

Color information

#FFDCB4 (or 0xFFDCB4) is unknown color: approx Sandy Beach. HEX triplet: FF, DC and B4. RGB value is (255,220,180). Sum of RGB (Red+Green+Blue) = 255+220+180=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCB4 is #00234B. Grayscale: #E2E2E2. Windows color (decimal): -9036 or 11853055. OLE color: 11853055.

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

Color convert

RGB255220180-
CMYK00.140.290
HSL32º100%85.29%-
HSV(B)32º29.41%100%-
XYZ75.0775.7453.84-
YUV225.9102.1148.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=38.93%
G=33.59%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522018000.140.2903210085.29
HexFFDCB40E1D0206455
Octal37733426401635040144125
Binary1111111111011100101101000111011101010000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCB4; }

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

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

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

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

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

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

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

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