Html Css Color HEX #FFD277 Salomie

📋 copy color: '#FFD277'

red 255 ◦ green 210 ◦ blue 119

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

Shades of Salomie #FFD277

Tints of Salomie #FFD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

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

R = 43.66%
G = 35.96%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFD277 (or 0xFFD277) is known color: Salomie. HEX triplet: FF, D2 and 77. RGB value is (255,210,119). Sum of RGB (Red+Green+Blue) = 255+210+119=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD277 is #002D88. Grayscale: #D5D5D5. Windows color (decimal): -11657 or 7852799. OLE color: 7852799.

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

Color convert

RGB 255 210 119 -
CMYK 0 0.18 0.53 0
HSL 40.15º 1% 0.73% -
HSV(B) 40.15º 0.53% 1% -
XYZ 67.62 68.69 27.15 -
YUV 213.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 255 210 119 0 0.18 0.53 0 40.15 1 0.73
Hex FF D2 77 0 12 35 0 28 64 49
Octal 377 322 167 0 22 65 0 50 144 111
Binary 11111111 11010010 1110111 0 10010 110101 0 101000 1100100 1001001

Color Harmonies of #FFD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD277

Black with #FFD277

Text Example


Text Example

White with #FFD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD277; }

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

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

background-color css

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

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

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

border-color css

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

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

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