Html Css Color HEX #FFD685 Salomie

📋 copy color: '#FFD685'

red 255 ◦ green 214 ◦ blue 133

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

Shades of Salomie #FFD685

Tints of Salomie #FFD685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.09%

R = 42.36%
G = 35.55%
B = 22.09%

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

#FFD685 (or 0xFFD685) is known color: Salomie. HEX triplet: FF, D6 and 85. RGB value is (255,214,133). Sum of RGB (Red+Green+Blue) = 255+214+133=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD685 is #00297A. Grayscale: #D9D9D9. Windows color (decimal): -10619 or 8771327. OLE color: 8771327.

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

Color convert

RGB 255 214 133 -
CMYK 0 0.16 0.48 0
HSL 39.84º 1% 0.76% -
HSV(B) 39.84º 0.48% 1% -
XYZ 69.52 71.05 32.24 -
YUV 217.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 255 214 133 0 0.16 0.48 0 39.84 1 0.76
Hex FF D6 85 0 10 30 0 28 64 4C
Octal 377 326 205 0 20 60 0 50 144 114
Binary 11111111 11010110 10000101 0 10000 110000 0 101000 1100100 1001100

Color Harmonies of #FFD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD685

Black with #FFD685

Text Example


Text Example

White with #FFD685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD685; }

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

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

background-color css

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

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

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

border-color css

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

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

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