Html Css Color HEX #FFD684 Salomie

📋 copy color: '#FFD684'

red 255 ◦ green 214 ◦ blue 132

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

Shades of Salomie #FFD684

Tints of Salomie #FFD684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

 BLUE value IS 132 (51.95% from 255) = 21.96%

R = 42.43%
G = 35.61%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFD684 (or 0xFFD684) is known color: Salomie. HEX triplet: FF, D6 and 84. RGB value is (255,214,132). Sum of RGB (Red+Green+Blue) = 255+214+132=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD684 is #00297B. Grayscale: #D9D9D9. Windows color (decimal): -10620 or 8705791. OLE color: 8705791.

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

Color convert

RGB 255 214 132 -
CMYK 0 0.16 0.48 0
HSL 40º 1% 0.76% -
HSV(B) 40º 0.48% 1% -
XYZ 69.45 71.02 31.88 -
YUV 216.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 255 214 132 0 0.16 0.48 0 40 1 0.76
Hex FF D6 84 0 10 30 0 28 64 4C
Octal 377 326 204 0 20 60 0 50 144 114
Binary 11111111 11010110 10000100 0 10000 110000 0 101000 1100100 1001100

Color Harmonies of #FFD684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD684

Black with #FFD684

Text Example


Text Example

White with #FFD684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD684; }

 p { color: rgb(255,214,132); }

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

background-color css

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

 a { background-color: rgb(255,214,132); }

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

border-color css

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

 span { border-color: rgb(255,214,132); }

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