Html Css Color HEX #FFDDB3 Sandy Beach

📋 copy color: '#FFDDB3'

red 255 ◦ green 221 ◦ blue 179

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

Shades of Sandy Beach #FFDDB3

Tints of Sandy Beach #FFDDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.33%

R = 38.93%
G = 33.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFDDB3 (or 0xFFDDB3) is known color: Sandy Beach. HEX triplet: FF, DD and B3. RGB value is (255,221,179). Sum of RGB (Red+Green+Blue) = 255+221+179=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB3 is #00224C. Grayscale: #E2E2E2. Windows color (decimal): -8781 or 11787775. OLE color: 11787775.

HSL color Cylindrical-coordinate representation of color #FFDDB3: hue angle of 33.16º 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 #FFDDB3 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 179 -
CMYK 0 0.13 0.30 0
HSL 33.16º 1% 0.85% -
HSV(B) 33.16º 0.3% 1% -
XYZ 75.23 76.23 53.4 -
YUV 226.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 255 221 179 0 0.13 0.30 0 33.16 1 0.85
Hex FF DD B3 0 D 1E 0 21 64 55
Octal 377 335 263 0 15 36 0 41 144 125
Binary 11111111 11011101 10110011 0 1101 11110 0 100001 1100100 1010101

Color Harmonies of #FFDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDB3

Black with #FFDDB3

Text Example


Text Example

White with #FFDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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