Html Css Color HEX #FFD17F Salomie

📋 copy color: '#FFD17F'

red 255 ◦ green 209 ◦ blue 127

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

Shades of Salomie #FFD17F

Tints of Salomie #FFD17F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.36%

 BLUE value IS 127 (50% from 255) = 21.49%

R = 43.15%
G = 35.36%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFD17F (or 0xFFD17F) is known color: Salomie. HEX triplet: FF, D1 and 7F. RGB value is (255,209,127). Sum of RGB (Red+Green+Blue) = 255+209+127=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD17F is #002E80. Grayscale: #D5D5D5. Windows color (decimal): -11905 or 8376831. OLE color: 8376831.

HSL color Cylindrical-coordinate representation of color #FFD17F: hue angle of 38.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFD17F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 127 -
CMYK 0 0.18 0.50 0
HSL 38.44º 1% 0.75% -
HSV(B) 38.44º 0.5% 1% -
XYZ 67.87 68.39 29.7 -
YUV 213.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 255 209 127 0 0.18 0.50 0 38.44 1 0.75
Hex FF D1 7F 0 12 32 0 26 64 4B
Octal 377 321 177 0 22 62 0 46 144 113
Binary 11111111 11010001 1111111 0 10010 110010 0 100110 1100100 1001011

Color Harmonies of #FFD17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD17F

Black with #FFD17F

Text Example


Text Example

White with #FFD17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD17F; }

 p { color: rgb(255,209,127); }

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

background-color css

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

 a { background-color: rgb(255,209,127); }

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

border-color css

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

 span { border-color: rgb(255,209,127); }

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