Html Css Color HEX #FFD386 Salomie

📋 copy color: '#FFD386'

red 255 ◦ green 211 ◦ blue 134

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

Shades of Salomie #FFD386

Tints of Salomie #FFD386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

 BLUE value IS 134 (52.73% from 255) = 22.33%

R = 42.5%
G = 35.17%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFD386 (or 0xFFD386) is known color: Salomie. HEX triplet: FF, D3 and 86. RGB value is (255,211,134). Sum of RGB (Red+Green+Blue) = 255+211+134=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD386 is #002C79. Grayscale: #D7D7D7. Windows color (decimal): -11386 or 8836095. OLE color: 8836095.

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

Color convert

RGB 255 211 134 -
CMYK 0 0.17 0.47 0
HSL 38.18º 1% 0.76% -
HSV(B) 38.18º 0.47% 1% -
XYZ 68.84 69.57 32.35 -
YUV 215.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 255 211 134 0 0.17 0.47 0 38.18 1 0.76
Hex FF D3 86 0 11 2F 0 26 64 4C
Octal 377 323 206 0 21 57 0 46 144 114
Binary 11111111 11010011 10000110 0 10001 101111 0 100110 1100100 1001100

Color Harmonies of #FFD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD386

Black with #FFD386

Text Example


Text Example

White with #FFD386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD386; }

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

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

background-color css

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

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

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

border-color css

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

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

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