Html Css Color HEX #FFDDB9 Sandy Beach

📋 copy color: '#FFDDB9'

red 255 ◦ green 221 ◦ blue 185

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

Shades of Sandy Beach #FFDDB9

Tints of Sandy Beach #FFDDB9

RGB

 RED value IS 255 (100% from 255) = 38.58%

 GREEN value IS 221 (86.72% from 255) = 33.43%

 BLUE value IS 185 (72.66% from 255) = 27.99%

R = 38.58%
G = 33.43%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFDDB9 (or 0xFFDDB9) is known color: Sandy Beach. HEX triplet: FF, DD and B9. RGB value is (255,221,185). Sum of RGB (Red+Green+Blue) = 255+221+185=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB9 is #002246. Grayscale: #E3E3E3. Windows color (decimal): -8775 or 12180991. OLE color: 12180991.

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

Color convert

RGB 255 221 185 -
CMYK 0 0.13 0.27 0
HSL 30.86º 1% 0.86% -
HSV(B) 30.86º 0.27% 1% -
XYZ 75.85 76.48 56.66 -
YUV 227.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 255 221 185 0 0.13 0.27 0 30.86 1 0.86
Hex FF DD B9 0 D 1B 0 1F 64 56
Octal 377 335 271 0 15 33 0 37 144 126
Binary 11111111 11011101 10111001 0 1101 11011 0 11111 1100100 1010110

Color Harmonies of #FFDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDB9

Black with #FFDDB9

Text Example


Text Example

White with #FFDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDB9; }

 p { color: rgb(255,221,185); }

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

background-color css

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

 a { background-color: rgb(255,221,185); }

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

border-color css

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

 span { border-color: rgb(255,221,185); }

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