Html Css Color HEX #FFD17D Salomie

📋 copy color: '#FFD17D'

red 255 ◦ green 209 ◦ blue 125

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

Shades of Salomie #FFD17D

Tints of Salomie #FFD17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.22%

R = 43.29%
G = 35.48%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD17D (or 0xFFD17D) is known color: Salomie. HEX triplet: FF, D1 and 7D. RGB value is (255,209,125). Sum of RGB (Red+Green+Blue) = 255+209+125=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD17D is #002E82. Grayscale: #D5D5D5. Windows color (decimal): -11907 or 8245759. OLE color: 8245759.

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

Color convert

RGB 255 209 125 -
CMYK 0 0.18 0.51 0
HSL 38.77º 1% 0.75% -
HSV(B) 38.77º 0.51% 1% -
XYZ 67.74 68.34 29.02 -
YUV 213.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 255 209 125 0 0.18 0.51 0 38.77 1 0.75
Hex FF D1 7D 0 12 33 0 27 64 4B
Octal 377 321 175 0 22 63 0 47 144 113
Binary 11111111 11010001 1111101 0 10010 110011 0 100111 1100100 1001011

Color Harmonies of #FFD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD17D

Black with #FFD17D

Text Example


Text Example

White with #FFD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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