#FFD670

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

Shades of Salomie #FFD670

Tints of Salomie #FFD670

Color information

#FFD670 (or 0xFFD670) is unknown color: approx Salomie. HEX triplet: FF, D6 and 70. RGB value is (255,214,112). Sum of RGB (Red+Green+Blue) = 255+214+112=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD670 is #00298F. Grayscale: #D7D7D7. Windows color (decimal): -10640 or 7395071. OLE color: 7395071.

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

Color convert

RGB255214112-
CMYK00.160.560
HSL42.8º100%71.96%-
HSV(B)42.8º56.08%100%-
XYZ68.2170.5225.35-
YUV214.6370.08156.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 112 (44.14% from 255) = 19.28%
R=43.89%
G=36.83%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521411200.160.56042.810071.96
HexFFD6700103802b6448
Octal37732616002070053144110
Binary11111111110101101110000010000111000010101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD670; }

 p { color: rgb(255,214,112); }

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

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

 a { background-color: rgb(255,214,112); }

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

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

 span { border-color: rgb(255,214,112); }

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