#FFDB7A

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

Shades of Salomie #FFDB7A

Tints of Salomie #FFDB7A

Color information

#FFDB7A (or 0xFFDB7A) is unknown color: approx Salomie. HEX triplet: FF, DB and 7A. RGB value is (255,219,122). Sum of RGB (Red+Green+Blue) = 255+219+122=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB7A is #002485. Grayscale: #DBDBDB. Windows color (decimal): -9350 or 8051711. OLE color: 8051711.

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

Color convert

RGB255219122-
CMYK00.140.520
HSL43.76º100%73.92%-
HSV(B)43.76º52.16%100%-
XYZ70.0873.3328.87-
YUV218.7173.43153.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 122 (48.05% from 255) = 20.47%
R=42.79%
G=36.74%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521912200.140.52043.7610073.92
HexFFDB7A0E3402c644a
Octal37733317201664054144112
Binary1111111111011011111101001110110100010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDB7A; }

 p { color: rgb(255,219,122); }

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

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

 a { background-color: rgb(255,219,122); }

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

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

 span { border-color: rgb(255,219,122); }

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