Html Css Color HEX #FFD96E Salomie

📋 copy color: '#FFD96E'

red 255 ◦ green 217 ◦ blue 110

#FFD96E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salomie #FFD96E

Tints of Salomie #FFD96E

RGB

 RED value IS 255 (100% from 255) = 43.81%

 GREEN value IS 217 (85.16% from 255) = 37.29%

 BLUE value IS 110 (43.36% from 255) = 18.9%

R = 43.81%
G = 37.29%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFD96E (or 0xFFD96E) is known color: Salomie. HEX triplet: FF, D9 and 6E. RGB value is (255,217,110). Sum of RGB (Red+Green+Blue) = 255+217+110=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD96E is #002691. Grayscale: #D8D8D8. Windows color (decimal): -9874 or 7264767. OLE color: 7264767.

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

Color convert

RGB 255 217 110 -
CMYK 0 0.15 0.57 0
HSL 44.28º 1% 0.72% -
HSV(B) 44.28º 0.57% 1% -
XYZ 68.87 72.01 25.02 -
YUV 216.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 255 217 110 0 0.15 0.57 0 44.28 1 0.72
Hex FF D9 6E 0 F 39 0 2C 64 48
Octal 377 331 156 0 17 71 0 54 144 110
Binary 11111111 11011001 1101110 0 1111 111001 0 101100 1100100 1001000

Color Harmonies of #FFD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD96E

Black with #FFD96E

Text Example


Text Example

White with #FFD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD96E; }

 p { color: rgb(255,217,110); }

 H1.HeaderClassName
 {
   color: #FFD96E;
 }
 .AnyTagClassName
 {
   color: #FFD96E;
 }
</style>

background-color css

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

 a { background-color: rgb(255,217,110); }

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

border-color css

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

 span { border-color: rgb(255,217,110); }

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