#FFDBA7

Color #FFDBA7 Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FFDBA7

Tints of Navajo White #FFDBA7

Color information

#FFDBA7 (or 0xFFDBA7) is unknown color: approx Navajo White. HEX triplet: FF, DB and A7. RGB value is (255,219,167). Sum of RGB (Red+Green+Blue) = 255+219+167=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA7 is #002458. Grayscale: #E0E0E0. Windows color (decimal): -9305 or 11000831. OLE color: 11000831.

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

Color convert

RGB255219167-
CMYK00.140.350
HSL35.45º100%82.75%-
HSV(B)35.45º34.51%100%-
XYZ73.5574.7147.1-
YUV223.8495.93150.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=39.78%
G=34.17%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521916700.140.35035.4510082.75
HexFFDBA70E230236453
Octal37733324701643043144123
Binary11111111110110111010011101110100011010001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBA7; }

 p { color: rgb(255,219,167); }

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

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

 a { background-color: rgb(255,219,167); }

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

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

 span { border-color: rgb(255,219,167); }

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