Html Css Color HEX #FFDC77 Salomie

📋 copy color: '#FFDC77'

red 255 ◦ green 220 ◦ blue 119

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

Shades of Salomie #FFDC77

Tints of Salomie #FFDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.03%

R = 42.93%
G = 37.04%
B = 20.03%

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

#FFDC77 (or 0xFFDC77) is known color: Salomie. HEX triplet: FF, DC and 77. RGB value is (255,220,119). Sum of RGB (Red+Green+Blue) = 255+220+119=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC77 is #002388. Grayscale: #DBDBDB. Windows color (decimal): -9097 or 7855359. OLE color: 7855359.

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

Color convert

RGB 255 220 119 -
CMYK 0 0.14 0.53 0
HSL 44.56º 1% 0.73% -
HSV(B) 44.56º 0.53% 1% -
XYZ 70.16 73.78 28 -
YUV 218.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 255 220 119 0 0.14 0.53 0 44.56 1 0.73
Hex FF DC 77 0 E 35 0 2D 64 49
Octal 377 334 167 0 16 65 0 55 144 111
Binary 11111111 11011100 1110111 0 1110 110101 0 101101 1100100 1001001

Color Harmonies of #FFDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC77

Black with #FFDC77

Text Example


Text Example

White with #FFDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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