Html Css Color HEX #FFD9B0 Sandy Beach

📋 copy color: '#FFD9B0'

red 255 ◦ green 217 ◦ blue 176

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

Shades of Sandy Beach #FFD9B0

Tints of Sandy Beach #FFD9B0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.49%

 BLUE value IS 176 (69.14% from 255) = 27.16%

R = 39.35%
G = 33.49%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFD9B0 (or 0xFFD9B0) is known color: Sandy Beach. HEX triplet: FF, D9 and B0. RGB value is (255,217,176). Sum of RGB (Red+Green+Blue) = 255+217+176=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9B0 is #00264F. Grayscale: #DFDFDF. Windows color (decimal): -9808 or 11590143. OLE color: 11590143.

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

Color convert

RGB 255 217 176 -
CMYK 0 0.15 0.31 0
HSL 31.14º 1% 0.85% -
HSV(B) 31.14º 0.31% 1% -
XYZ 73.89 74.02 51.47 -
YUV 223.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 255 217 176 0 0.15 0.31 0 31.14 1 0.85
Hex FF D9 B0 0 F 1F 0 1F 64 55
Octal 377 331 260 0 17 37 0 37 144 125
Binary 11111111 11011001 10110000 0 1111 11111 0 11111 1100100 1010101

Color Harmonies of #FFD9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9B0

Black with #FFD9B0

Text Example


Text Example

White with #FFD9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9B0; }

 p { color: rgb(255,217,176); }

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

background-color css

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

 a { background-color: rgb(255,217,176); }

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

border-color css

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

 span { border-color: rgb(255,217,176); }

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