#FFC867

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

Shades of Grandis #FFC867

Tints of Grandis #FFC867

Color information

#FFC867 (or 0xFFC867) is unknown color: approx Grandis. HEX triplet: FF, C8 and 67. RGB value is (255,200,103). Sum of RGB (Red+Green+Blue) = 255+200+103=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC867 is #003798. Grayscale: #CDCDCD. Windows color (decimal): -14233 or 6801663. OLE color: 6801663.

HSL color Cylindrical-coordinate representation of color #FFC867: hue angle of 38.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC867 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255200103-
CMYK00.220.600
HSL38.29º100%70.2%-
HSV(B)38.29º59.61%100%-
XYZ64.3463.5521.71-
YUV205.3970.22163.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 103 (40.62% from 255) = 18.46%
R=45.70%
G=35.84%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520010300.220.60038.2910070.2
HexFFC8670163C0266446
Octal37731014702674046144106
Binary11111111110010001100111010110111100010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC867; }

 p { color: rgb(255,200,103); }

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

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

 a { background-color: rgb(255,200,103); }

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

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

 span { border-color: rgb(255,200,103); }

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