Html Css Color HEX #FFD477 Salomie

📋 copy color: '#FFD477'

red 255 ◦ green 212 ◦ blue 119

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

Shades of Salomie #FFD477

Tints of Salomie #FFD477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

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

R = 43.52%
G = 36.18%
B = 20.31%

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

#FFD477 (or 0xFFD477) is known color: Salomie. HEX triplet: FF, D4 and 77. RGB value is (255,212,119). Sum of RGB (Red+Green+Blue) = 255+212+119=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD477 is #002B88. Grayscale: #D6D6D6. Windows color (decimal): -11145 or 7853311. OLE color: 7853311.

HSL color Cylindrical-coordinate representation of color #FFD477: hue angle of 41.03º 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 #FFD477 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 119 -
CMYK 0 0.17 0.53 0
HSL 41.03º 1% 0.73% -
HSV(B) 41.03º 0.53% 1% -
XYZ 68.11 69.68 27.31 -
YUV 214.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 255 212 119 0 0.17 0.53 0 41.03 1 0.73
Hex FF D4 77 0 11 35 0 29 64 49
Octal 377 324 167 0 21 65 0 51 144 111
Binary 11111111 11010100 1110111 0 10001 110101 0 101001 1100100 1001001

Color Harmonies of #FFD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD477

Black with #FFD477

Text Example


Text Example

White with #FFD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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