#FFCC70

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

Shades of Grandis #FFCC70

Tints of Grandis #FFCC70

Color information

#FFCC70 (or 0xFFCC70) is unknown color: approx Grandis. HEX triplet: FF, CC and 70. RGB value is (255,204,112). Sum of RGB (Red+Green+Blue) = 255+204+112=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC70 is #00338F. Grayscale: #D1D1D1. Windows color (decimal): -13200 or 7392511. OLE color: 7392511.

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

Color convert

RGB255204112-
CMYK00.20.560
HSL38.6º100%71.96%-
HSV(B)38.6º56.08%100%-
XYZ65.7665.6224.53-
YUV208.7673.4160.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 112 (44.14% from 255) = 19.61%
R=44.66%
G=35.73%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520411200.20.56038.610071.96
HexFFCC70014380276448
Octal37731416002470047144110
Binary11111111110011001110000010100111000010011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC70; }

 p { color: rgb(255,204,112); }

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

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

 a { background-color: rgb(255,204,112); }

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

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

 span { border-color: rgb(255,204,112); }

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