Html Css Color HEX #FFD382 Salomie

📋 copy color: '#FFD382'

red 255 ◦ green 211 ◦ blue 130

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

Shades of Salomie #FFD382

Tints of Salomie #FFD382

RGB

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

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

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

R = 42.79%
G = 35.4%
B = 21.81%

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

#FFD382 (or 0xFFD382) is known color: Salomie. HEX triplet: FF, D3 and 82. RGB value is (255,211,130). Sum of RGB (Red+Green+Blue) = 255+211+130=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD382 is #002C7D. Grayscale: #D7D7D7. Windows color (decimal): -11390 or 8573951. OLE color: 8573951.

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

Color convert

RGB 255 211 130 -
CMYK 0 0.17 0.49 0
HSL 38.88º 1% 0.75% -
HSV(B) 38.88º 0.49% 1% -
XYZ 68.56 69.46 30.91 -
YUV 214.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 255 211 130 0 0.17 0.49 0 38.88 1 0.75
Hex FF D3 82 0 11 31 0 27 64 4B
Octal 377 323 202 0 21 61 0 47 144 113
Binary 11111111 11010011 10000010 0 10001 110001 0 100111 1100100 1001011

Color Harmonies of #FFD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD382

Black with #FFD382

Text Example


Text Example

White with #FFD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD382; }

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

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

background-color css

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

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

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

border-color css

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

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

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