Html Css Color HEX #FFD870 Salomie

📋 copy color: '#FFD870'

red 255 ◦ green 216 ◦ blue 112

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

Shades of Salomie #FFD870

Tints of Salomie #FFD870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

 BLUE value IS 112 (44.14% from 255) = 19.21%

R = 43.74%
G = 37.05%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFD870 (or 0xFFD870) is known color: Salomie. HEX triplet: FF, D8 and 70. RGB value is (255,216,112). Sum of RGB (Red+Green+Blue) = 255+216+112=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD870 is #00278F. Grayscale: #D8D8D8. Windows color (decimal): -10128 or 7395583. OLE color: 7395583.

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

Color convert

RGB 255 216 112 -
CMYK 0 0.15 0.56 0
HSL 43.64º 1% 0.72% -
HSV(B) 43.64º 0.56% 1% -
XYZ 68.72 71.54 25.52 -
YUV 215.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 255 216 112 0 0.15 0.56 0 43.64 1 0.72
Hex FF D8 70 0 F 38 0 2C 64 48
Octal 377 330 160 0 17 70 0 54 144 110
Binary 11111111 11011000 1110000 0 1111 111000 0 101100 1100100 1001000

Color Harmonies of #FFD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD870

Black with #FFD870

Text Example


Text Example

White with #FFD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD870; }

 p { color: rgb(255,216,112); }

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

background-color css

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

 a { background-color: rgb(255,216,112); }

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

border-color css

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

 span { border-color: rgb(255,216,112); }

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