Html Css Color HEX #FFD782 Salomie

📋 copy color: '#FFD782'

red 255 ◦ green 215 ◦ blue 130

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

Shades of Salomie #FFD782

Tints of Salomie #FFD782

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.83%

 BLUE value IS 130 (51.17% from 255) = 21.67%

R = 42.5%
G = 35.83%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFD782 (or 0xFFD782) is known color: Salomie. HEX triplet: FF, D7 and 82. RGB value is (255,215,130). Sum of RGB (Red+Green+Blue) = 255+215+130=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD782 is #00287D. Grayscale: #D9D9D9. Windows color (decimal): -10366 or 8574975. OLE color: 8574975.

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

Color convert

RGB 255 215 130 -
CMYK 0 0.16 0.49 0
HSL 40.8º 1% 0.75% -
HSV(B) 40.8º 0.49% 1% -
XYZ 69.57 71.47 31.25 -
YUV 217.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 255 215 130 0 0.16 0.49 0 40.8 1 0.75
Hex FF D7 82 0 10 31 0 29 64 4B
Octal 377 327 202 0 20 61 0 51 144 113
Binary 11111111 11010111 10000010 0 10000 110001 0 101001 1100100 1001011

Color Harmonies of #FFD782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD782

Black with #FFD782

Text Example


Text Example

White with #FFD782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD782; }

 p { color: rgb(255,215,130); }

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

background-color css

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

 a { background-color: rgb(255,215,130); }

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

border-color css

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

 span { border-color: rgb(255,215,130); }

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