Html Css Color HEX #FFDA76 Salomie

📋 copy color: '#FFDA76'

red 255 ◦ green 218 ◦ blue 118

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

Shades of Salomie #FFDA76

Tints of Salomie #FFDA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.97%

R = 43.15%
G = 36.89%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFDA76 (or 0xFFDA76) is known color: Salomie. HEX triplet: FF, DA and 76. RGB value is (255,218,118). Sum of RGB (Red+Green+Blue) = 255+218+118=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA76 is #002589. Grayscale: #DADADA. Windows color (decimal): -9610 or 7789311. OLE color: 7789311.

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

Color convert

RGB 255 218 118 -
CMYK 0 0.15 0.54 0
HSL 43.8º 1% 0.73% -
HSV(B) 43.8º 0.54% 1% -
XYZ 69.58 72.71 27.51 -
YUV 217.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 255 218 118 0 0.15 0.54 0 43.8 1 0.73
Hex FF DA 76 0 F 36 0 2C 64 49
Octal 377 332 166 0 17 66 0 54 144 111
Binary 11111111 11011010 1110110 0 1111 110110 0 101100 1100100 1001001

Color Harmonies of #FFDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA76

Black with #FFDA76

Text Example


Text Example

White with #FFDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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