#FFD385

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

Shades of Salomie #FFD385

Tints of Salomie #FFD385

Color information

#FFD385 (or 0xFFD385) is unknown color: approx Salomie. HEX triplet: FF, D3 and 85. RGB value is (255,211,133). Sum of RGB (Red+Green+Blue) = 255+211+133=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD385 is #002C7A. Grayscale: #D7D7D7. Windows color (decimal): -11387 or 8770559. OLE color: 8770559.

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

Color convert

RGB255211133-
CMYK00.170.480
HSL38.36º100%76.08%-
HSV(B)38.36º47.84%100%-
XYZ68.7769.5431.99-
YUV215.2681.58156.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 211 (82.81% from 255) = 35.23%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=42.57%
G=35.23%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521113300.170.48038.3610076.08
HexFFD38501130026644c
Octal37732320502160046144114
Binary111111111101001110000101010001110000010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD385; }

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

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

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

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

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

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

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

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