Html Css Color HEX #FFD17C Salomie

📋 copy color: '#FFD17C'

red 255 ◦ green 209 ◦ blue 124

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

Shades of Salomie #FFD17C

Tints of Salomie #FFD17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.09%

R = 43.37%
G = 35.54%
B = 21.09%

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

#FFD17C (or 0xFFD17C) is known color: Salomie. HEX triplet: FF, D1 and 7C. RGB value is (255,209,124). Sum of RGB (Red+Green+Blue) = 255+209+124=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD17C is #002E83. Grayscale: #D5D5D5. Windows color (decimal): -11908 or 8180223. OLE color: 8180223.

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

Color convert

RGB 255 209 124 -
CMYK 0 0.18 0.51 0
HSL 38.93º 1% 0.74% -
HSV(B) 38.93º 0.51% 1% -
XYZ 67.68 68.32 28.69 -
YUV 213.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 255 209 124 0 0.18 0.51 0 38.93 1 0.74
Hex FF D1 7C 0 12 33 0 27 64 4A
Octal 377 321 174 0 22 63 0 47 144 112
Binary 11111111 11010001 1111100 0 10010 110011 0 100111 1100100 1001010

Color Harmonies of #FFD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD17C

Black with #FFD17C

Text Example


Text Example

White with #FFD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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