Html Css Color HEX #FFD771 Salomie

📋 copy color: '#FFD771'

red 255 ◦ green 215 ◦ blue 113

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

Shades of Salomie #FFD771

Tints of Salomie #FFD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

 BLUE value IS 113 (44.53% from 255) = 19.38%

R = 43.74%
G = 36.88%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFD771 (or 0xFFD771) is known color: Salomie. HEX triplet: FF, D7 and 71. RGB value is (255,215,113). Sum of RGB (Red+Green+Blue) = 255+215+113=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD771 is #00288E. Grayscale: #D7D7D7. Windows color (decimal): -10383 or 7460863. OLE color: 7460863.

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

Color convert

RGB 255 215 113 -
CMYK 0 0.16 0.56 0
HSL 43.1º 1% 0.72% -
HSV(B) 43.1º 0.56% 1% -
XYZ 68.52 71.05 25.73 -
YUV 215.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 255 215 113 0 0.16 0.56 0 43.1 1 0.72
Hex FF D7 71 0 10 38 0 2B 64 48
Octal 377 327 161 0 20 70 0 53 144 110
Binary 11111111 11010111 1110001 0 10000 111000 0 101011 1100100 1001000

Color Harmonies of #FFD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD771

Black with #FFD771

Text Example


Text Example

White with #FFD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD771; }

 p { color: rgb(255,215,113); }

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

background-color css

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

 a { background-color: rgb(255,215,113); }

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

border-color css

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

 span { border-color: rgb(255,215,113); }

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