#FFCE67

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

Shades of Grandis #FFCE67

Tints of Grandis #FFCE67

Color information

#FFCE67 (or 0xFFCE67) is unknown color: approx Grandis. HEX triplet: FF, CE and 67. RGB value is (255,206,103). Sum of RGB (Red+Green+Blue) = 255+206+103=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE67 is #003198. Grayscale: #D1D1D1. Windows color (decimal): -12697 or 6803199. OLE color: 6803199.

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

Color convert

RGB255206103-
CMYK00.190.600
HSL40.66º100%70.2%-
HSV(B)40.66º59.61%100%-
XYZ65.7666.3822.18-
YUV208.9168.23160.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 103 (40.62% from 255) = 18.26%
R=45.21%
G=36.52%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520610300.190.60040.6610070.2
HexFFCE670133C0296446
Octal37731614702374051144106
Binary11111111110011101100111010011111100010100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE67; }

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

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

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

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

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

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

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

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