Html Css Color HEX #FFD585 Salomie

📋 copy color: '#FFD585'

red 255 ◦ green 213 ◦ blue 133

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

Shades of Salomie #FFD585

Tints of Salomie #FFD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

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

R = 42.43%
G = 35.44%
B = 22.13%

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

#FFD585 (or 0xFFD585) is known color: Salomie. HEX triplet: FF, D5 and 85. RGB value is (255,213,133). Sum of RGB (Red+Green+Blue) = 255+213+133=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD585 is #002A7A. Grayscale: #D8D8D8. Windows color (decimal): -10875 or 8771071. OLE color: 8771071.

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

Color convert

RGB 255 213 133 -
CMYK 0 0.16 0.48 0
HSL 39.34º 1% 0.76% -
HSV(B) 39.34º 0.48% 1% -
XYZ 69.27 70.54 32.16 -
YUV 216.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 255 213 133 0 0.16 0.48 0 39.34 1 0.76
Hex FF D5 85 0 10 30 0 27 64 4C
Octal 377 325 205 0 20 60 0 47 144 114
Binary 11111111 11010101 10000101 0 10000 110000 0 100111 1100100 1001100

Color Harmonies of #FFD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD585

Black with #FFD585

Text Example


Text Example

White with #FFD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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