Html Css Color HEX #FFD377 Salomie

📋 copy color: '#FFD377'

red 255 ◦ green 211 ◦ blue 119

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

Shades of Salomie #FFD377

Tints of Salomie #FFD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.34%

R = 43.59%
G = 36.07%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFD377 (or 0xFFD377) is known color: Salomie. HEX triplet: FF, D3 and 77. RGB value is (255,211,119). Sum of RGB (Red+Green+Blue) = 255+211+119=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD377 is #002C88. Grayscale: #D6D6D6. Windows color (decimal): -11401 or 7853055. OLE color: 7853055.

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

Color convert

RGB 255 211 119 -
CMYK 0 0.17 0.53 0
HSL 40.59º 1% 0.73% -
HSV(B) 40.59º 0.53% 1% -
XYZ 67.86 69.18 27.23 -
YUV 213.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 255 211 119 0 0.17 0.53 0 40.59 1 0.73
Hex FF D3 77 0 11 35 0 29 64 49
Octal 377 323 167 0 21 65 0 51 144 111
Binary 11111111 11010011 1110111 0 10001 110101 0 101001 1100100 1001001

Color Harmonies of #FFD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD377

Black with #FFD377

Text Example


Text Example

White with #FFD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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