#FFD26A

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

Shades of Grandis #FFD26A

Tints of Grandis #FFD26A

Color information

#FFD26A (or 0xFFD26A) is unknown color: approx Grandis. HEX triplet: FF, D2 and 6A. RGB value is (255,210,106). Sum of RGB (Red+Green+Blue) = 255+210+106=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD26A is #002D95. Grayscale: #D4D4D4. Windows color (decimal): -11670 or 7000831. OLE color: 7000831.

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

Color convert

RGB255210106-
CMYK00.180.580
HSL41.88º100%70.78%-
HSV(B)41.88º58.43%100%-
XYZ66.8968.3923.31-
YUV211.668.41158.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 106 (41.80% from 255) = 18.56%
R=44.66%
G=36.78%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521010600.180.58041.8810070.78
HexFFD26A0123A02a6447
Octal37732215202272052144107
Binary11111111110100101101010010010111010010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD26A; }

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

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

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

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

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

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

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

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