Html Css Color HEX #FFDDAB Navajo White

📋 copy color: '#FFDDAB'

red 255 ◦ green 221 ◦ blue 171

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

Shades of Navajo White #FFDDAB

Tints of Navajo White #FFDDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.43%

R = 39.41%
G = 34.16%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFDDAB (or 0xFFDDAB) is known color: Navajo White. HEX triplet: FF, DD and AB. RGB value is (255,221,171). Sum of RGB (Red+Green+Blue) = 255+221+171=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDAB is #002254. Grayscale: #E1E1E1. Windows color (decimal): -8789 or 11263487. OLE color: 11263487.

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

Color convert

RGB 255 221 171 -
CMYK 0 0.13 0.33 0
HSL 35.71º 1% 0.84% -
HSV(B) 35.71º 0.33% 1% -
XYZ 74.45 75.91 49.26 -
YUV 225.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 255 221 171 0 0.13 0.33 0 35.71 1 0.84
Hex FF DD AB 0 D 21 0 24 64 54
Octal 377 335 253 0 15 41 0 44 144 124
Binary 11111111 11011101 10101011 0 1101 100001 0 100100 1100100 1010100

Color Harmonies of #FFDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDAB

Black with #FFDDAB

Text Example


Text Example

White with #FFDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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