#FFD36A

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

Shades of Grandis #FFD36A

Tints of Grandis #FFD36A

Color information

#FFD36A (or 0xFFD36A) is unknown color: approx Grandis. HEX triplet: FF, D3 and 6A. RGB value is (255,211,106). Sum of RGB (Red+Green+Blue) = 255+211+106=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 106 (41.80% from 255 or 18.53% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD36A is #002C95. Grayscale: #D4D4D4. Windows color (decimal): -11414 or 7001087. OLE color: 7001087.

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

Color convert

RGB255211106-
CMYK00.170.580
HSL42.28º100%70.78%-
HSV(B)42.28º58.43%100%-
XYZ67.1468.8923.39-
YUV212.1968.08158.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 106 (41.80% from 255) = 18.53%
R=44.58%
G=36.89%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521110600.170.58042.2810070.78
HexFFD36A0113A02a6447
Octal37732315202172052144107
Binary11111111110100111101010010001111010010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD36A; }

 p { color: rgb(255,211,106); }

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

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

 a { background-color: rgb(255,211,106); }

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

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

 span { border-color: rgb(255,211,106); }

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