#FFD772

Color #FFD772 Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FFD772

Tints of Salomie #FFD772

Color information

#FFD772 (or 0xFFD772) is unknown color: approx Salomie. HEX triplet: FF, D7 and 72. RGB value is (255,215,114). Sum of RGB (Red+Green+Blue) = 255+215+114=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD772 is #00288D. Grayscale: #D7D7D7. Windows color (decimal): -10382 or 7526399. OLE color: 7526399.

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

Color convert

RGB255215114-
CMYK00.160.550
HSL42.98º100%72.35%-
HSV(B)42.98º55.29%100%-
XYZ68.5871.0826.02-
YUV215.4570.75156.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 114 (44.92% from 255) = 19.52%
R=43.66%
G=36.82%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521511400.160.55042.9810072.35
HexFFD7720103702b6448
Octal37732716202067053144110
Binary11111111110101111110010010000110111010101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD772; }

 p { color: rgb(255,215,114); }

 H1.HeaderClassName
 {
   color: #FFD772;
 }
 .AnyTagClassName
 {
   color: #FFD772;
 }
</style>
background-color css

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

 a { background-color: rgb(255,215,114); }

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

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

 span { border-color: rgb(255,215,114); }

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