Html Css Color HEX #FFDA78 Salomie

📋 copy color: '#FFDA78'

red 255 ◦ green 218 ◦ blue 120

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

Shades of Salomie #FFDA78

Tints of Salomie #FFDA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

 BLUE value IS 120 (47.27% from 255) = 20.24%

R = 43%
G = 36.76%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFDA78 (or 0xFFDA78) is known color: Salomie. HEX triplet: FF, DA and 78. RGB value is (255,218,120). Sum of RGB (Red+Green+Blue) = 255+218+120=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA78 is #002587. Grayscale: #DADADA. Windows color (decimal): -9608 or 7920383. OLE color: 7920383.

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

Color convert

RGB 255 218 120 -
CMYK 0 0.15 0.53 0
HSL 43.56º 1% 0.74% -
HSV(B) 43.56º 0.53% 1% -
XYZ 69.7 72.76 28.14 -
YUV 217.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 255 218 120 0 0.15 0.53 0 43.56 1 0.74
Hex FF DA 78 0 F 35 0 2C 64 4A
Octal 377 332 170 0 17 65 0 54 144 112
Binary 11111111 11011010 1111000 0 1111 110101 0 101100 1100100 1001010

Color Harmonies of #FFDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA78

Black with #FFDA78

Text Example


Text Example

White with #FFDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA78; }

 p { color: rgb(255,218,120); }

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

background-color css

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

 a { background-color: rgb(255,218,120); }

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

border-color css

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

 span { border-color: rgb(255,218,120); }

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