Html Css Color HEX #FFDA74 Salomie

📋 copy color: '#FFDA74'

red 255 ◦ green 218 ◦ blue 116

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

Shades of Salomie #FFDA74

Tints of Salomie #FFDA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.69%

R = 43.29%
G = 37.01%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFDA74 (or 0xFFDA74) is known color: Salomie. HEX triplet: FF, DA and 74. RGB value is (255,218,116). Sum of RGB (Red+Green+Blue) = 255+218+116=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA74 is #00258B. Grayscale: #D9D9D9. Windows color (decimal): -9612 or 7658239. OLE color: 7658239.

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

Color convert

RGB 255 218 116 -
CMYK 0 0.15 0.55 0
HSL 44.03º 1% 0.73% -
HSV(B) 44.03º 0.55% 1% -
XYZ 69.46 72.66 26.89 -
YUV 217.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 255 218 116 0 0.15 0.55 0 44.03 1 0.73
Hex FF DA 74 0 F 37 0 2C 64 49
Octal 377 332 164 0 17 67 0 54 144 111
Binary 11111111 11011010 1110100 0 1111 110111 0 101100 1100100 1001001

Color Harmonies of #FFDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA74

Black with #FFDA74

Text Example


Text Example

White with #FFDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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