Html Css Color HEX #FFD383 Salomie

📋 copy color: '#FFD383'

red 255 ◦ green 211 ◦ blue 131

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

Shades of Salomie #FFD383

Tints of Salomie #FFD383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.94%

R = 42.71%
G = 35.34%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFD383 (or 0xFFD383) is known color: Salomie. HEX triplet: FF, D3 and 83. RGB value is (255,211,131). Sum of RGB (Red+Green+Blue) = 255+211+131=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD383 is #002C7C. Grayscale: #D7D7D7. Windows color (decimal): -11389 or 8639487. OLE color: 8639487.

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

Color convert

RGB 255 211 131 -
CMYK 0 0.17 0.49 0
HSL 38.71º 1% 0.76% -
HSV(B) 38.71º 0.49% 1% -
XYZ 68.63 69.49 31.27 -
YUV 215.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 255 211 131 0 0.17 0.49 0 38.71 1 0.76
Hex FF D3 83 0 11 31 0 27 64 4C
Octal 377 323 203 0 21 61 0 47 144 114
Binary 11111111 11010011 10000011 0 10001 110001 0 100111 1100100 1001100

Color Harmonies of #FFD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD383

Black with #FFD383

Text Example


Text Example

White with #FFD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD383; }

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

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

background-color css

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

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

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

border-color css

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

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

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