Html Css Color HEX #FFD384 Salomie

📋 copy color: '#FFD384'

red 255 ◦ green 211 ◦ blue 132

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

Shades of Salomie #FFD384

Tints of Salomie #FFD384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.28%

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

R = 42.64%
G = 35.28%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFD384 (or 0xFFD384) is known color: Salomie. HEX triplet: FF, D3 and 84. RGB value is (255,211,132). Sum of RGB (Red+Green+Blue) = 255+211+132=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD384 is #002C7B. Grayscale: #D7D7D7. Windows color (decimal): -11388 or 8705023. OLE color: 8705023.

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

Color convert

RGB 255 211 132 -
CMYK 0 0.17 0.48 0
HSL 38.54º 1% 0.76% -
HSV(B) 38.54º 0.48% 1% -
XYZ 68.7 69.51 31.63 -
YUV 215.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 255 211 132 0 0.17 0.48 0 38.54 1 0.76
Hex FF D3 84 0 11 30 0 27 64 4C
Octal 377 323 204 0 21 60 0 47 144 114
Binary 11111111 11010011 10000100 0 10001 110000 0 100111 1100100 1001100

Color Harmonies of #FFD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD384

Black with #FFD384

Text Example


Text Example

White with #FFD384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD384; }

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

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

background-color css

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

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

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

border-color css

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

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

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