#FFD67E

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

Shades of Salomie #FFD67E

Tints of Salomie #FFD67E

Color information

#FFD67E (or 0xFFD67E) is unknown color: approx Salomie. HEX triplet: FF, D6 and 7E. RGB value is (255,214,126). Sum of RGB (Red+Green+Blue) = 255+214+126=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD67E is #002981. Grayscale: #D8D8D8. Windows color (decimal): -10626 or 8312575. OLE color: 8312575.

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

Color convert

RGB255214126-
CMYK00.160.510
HSL40.93º100%74.71%-
HSV(B)40.93º50.59%100%-
XYZ69.0570.8629.78-
YUV216.2377.08155.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 126 (49.61% from 255) = 21.18%
R=42.86%
G=35.97%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521412600.160.51040.9310074.71
HexFFD67E01033029644b
Octal37732617602063051144113
Binary11111111110101101111110010000110011010100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD67E; }

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

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

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

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

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

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

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

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