Html Css Color HEX #FFD670 Salomie

📋 copy color: '#FFD670'

red 255 ◦ green 214 ◦ blue 112

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

Shades of Salomie #FFD670

Tints of Salomie #FFD670

RGB

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

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

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

R = 43.89%
G = 36.83%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFD670 (or 0xFFD670) is known color: Salomie. HEX triplet: FF, D6 and 70. RGB value is (255,214,112). Sum of RGB (Red+Green+Blue) = 255+214+112=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD670 is #00298F. Grayscale: #D7D7D7. Windows color (decimal): -10640 or 7395071. OLE color: 7395071.

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

Color convert

RGB 255 214 112 -
CMYK 0 0.16 0.56 0
HSL 42.8º 1% 0.72% -
HSV(B) 42.8º 0.56% 1% -
XYZ 68.21 70.52 25.35 -
YUV 214.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 255 214 112 0 0.16 0.56 0 42.8 1 0.72
Hex FF D6 70 0 10 38 0 2B 64 48
Octal 377 326 160 0 20 70 0 53 144 110
Binary 11111111 11010110 1110000 0 10000 111000 0 101011 1100100 1001000

Color Harmonies of #FFD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD670

Black with #FFD670

Text Example


Text Example

White with #FFD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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