Html Css Color HEX #FFDC79 Salomie

📋 copy color: '#FFDC79'

red 255 ◦ green 220 ◦ blue 121

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

Shades of Salomie #FFDC79

Tints of Salomie #FFDC79

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

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

R = 42.79%
G = 36.91%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFDC79 (or 0xFFDC79) is known color: Salomie. HEX triplet: FF, DC and 79. RGB value is (255,220,121). Sum of RGB (Red+Green+Blue) = 255+220+121=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC79 is #002386. Grayscale: #DBDBDB. Windows color (decimal): -9095 or 7986431. OLE color: 7986431.

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

Color convert

RGB 255 220 121 -
CMYK 0 0.14 0.53 0
HSL 44.33º 1% 0.74% -
HSV(B) 44.33º 0.53% 1% -
XYZ 70.28 73.83 28.63 -
YUV 219.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 255 220 121 0 0.14 0.53 0 44.33 1 0.74
Hex FF DC 79 0 E 35 0 2C 64 4A
Octal 377 334 171 0 16 65 0 54 144 112
Binary 11111111 11011100 1111001 0 1110 110101 0 101100 1100100 1001010

Color Harmonies of #FFDC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC79

Black with #FFDC79

Text Example


Text Example

White with #FFDC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC79; }

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

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

background-color css

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

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

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

border-color css

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

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

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