Html Css Color HEX #FFD679 Salomie

📋 copy color: '#FFD679'

red 255 ◦ green 214 ◦ blue 121

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

Shades of Salomie #FFD679

Tints of Salomie #FFD679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.27%

 BLUE value IS 121 (47.66% from 255) = 20.51%

R = 43.22%
G = 36.27%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFD679 (or 0xFFD679) is known color: Salomie. HEX triplet: FF, D6 and 79. RGB value is (255,214,121). Sum of RGB (Red+Green+Blue) = 255+214+121=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD679 is #002986. Grayscale: #D8D8D8. Windows color (decimal): -10631 or 7984895. OLE color: 7984895.

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

Color convert

RGB 255 214 121 -
CMYK 0 0.16 0.53 0
HSL 41.64º 1% 0.74% -
HSV(B) 41.64º 0.53% 1% -
XYZ 68.74 70.73 28.12 -
YUV 215.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 255 214 121 0 0.16 0.53 0 41.64 1 0.74
Hex FF D6 79 0 10 35 0 2A 64 4A
Octal 377 326 171 0 20 65 0 52 144 112
Binary 11111111 11010110 1111001 0 10000 110101 0 101010 1100100 1001010

Color Harmonies of #FFD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD679

Black with #FFD679

Text Example


Text Example

White with #FFD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD679; }

 p { color: rgb(255,214,121); }

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

background-color css

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

 a { background-color: rgb(255,214,121); }

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

border-color css

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

 span { border-color: rgb(255,214,121); }

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