Html Css Color HEX #FFD376 Salomie

📋 copy color: '#FFD376'

red 255 ◦ green 211 ◦ blue 118

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

Shades of Salomie #FFD376

Tints of Salomie #FFD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.21%

R = 43.66%
G = 36.13%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFD376 (or 0xFFD376) is known color: Salomie. HEX triplet: FF, D3 and 76. RGB value is (255,211,118). Sum of RGB (Red+Green+Blue) = 255+211+118=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD376 is #002C89. Grayscale: #D5D5D5. Windows color (decimal): -11402 or 7787519. OLE color: 7787519.

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

Color convert

RGB 255 211 118 -
CMYK 0 0.17 0.54 0
HSL 40.73º 1% 0.73% -
HSV(B) 40.73º 0.54% 1% -
XYZ 67.8 69.16 26.91 -
YUV 213.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 255 211 118 0 0.17 0.54 0 40.73 1 0.73
Hex FF D3 76 0 11 36 0 29 64 49
Octal 377 323 166 0 21 66 0 51 144 111
Binary 11111111 11010011 1110110 0 10001 110110 0 101001 1100100 1001001

Color Harmonies of #FFD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD376

Black with #FFD376

Text Example


Text Example

White with #FFD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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