#FFD485

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

Shades of Salomie #FFD485

Tints of Salomie #FFD485

Color information

#FFD485 (or 0xFFD485) is unknown color: approx Salomie. HEX triplet: FF, D4 and 85. RGB value is (255,212,133). Sum of RGB (Red+Green+Blue) = 255+212+133=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD485 is #002B7A. Grayscale: #D8D8D8. Windows color (decimal): -11131 or 8770815. OLE color: 8770815.

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

Color convert

RGB255212133-
CMYK00.170.480
HSL38.85º100%76.08%-
HSV(B)38.85º47.84%100%-
XYZ69.0270.0432.07-
YUV215.8581.25155.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=42.5%
G=35.33%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521213300.170.48038.8510076.08
HexFFD48501130027644c
Octal37732420502160047144114
Binary111111111101010010000101010001110000010011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD485; }

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

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

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

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

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

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

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

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