#FFD384

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

Shades of Salomie #FFD384

Tints of Salomie #FFD384

Color information

#FFD384 (or 0xFFD384) is unknown color: approx Salomie. HEX triplet: FF, D3 and 84. RGB value is (255,211,132). Sum of RGB (Red+Green+Blue) = 255+211+132=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD384 is #002C7B. Grayscale: #D7D7D7. Windows color (decimal): -11388 or 8705023. OLE color: 8705023.

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

Color convert

RGB255211132-
CMYK00.170.480
HSL38.54º100%75.88%-
HSV(B)38.54º48.24%100%-
XYZ68.769.5131.63-
YUV215.1581.08156.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 132 (51.95% from 255) = 22.07%
R=42.64%
G=35.28%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521113200.170.48038.5410075.88
HexFFD38401130027644c
Octal37732320402160047144114
Binary111111111101001110000100010001110000010011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD384; }

 p { color: rgb(255,211,132); }

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

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

 a { background-color: rgb(255,211,132); }

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

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

 span { border-color: rgb(255,211,132); }

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