#FFCC8A

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

Shades of Cherokee #FFCC8A

Tints of Cherokee #FFCC8A

Color information

#FFCC8A (or 0xFFCC8A) is unknown color: approx Cherokee. HEX triplet: FF, CC and 8A. RGB value is (255,204,138). Sum of RGB (Red+Green+Blue) = 255+204+138=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC8A is #003375. Grayscale: #D4D4D4. Windows color (decimal): -13174 or 9096447. OLE color: 9096447.

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

Color convert

RGB255204138-
CMYK00.20.460
HSL33.85º100%77.06%-
HSV(B)33.85º45.88%100%-
XYZ67.4266.2833.28-
YUV211.7286.4158.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 138 (54.30% from 255) = 23.12%
R=42.71%
G=34.17%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520413800.20.46033.8510077.06
HexFFCC8A0142E022644d
Octal37731421202456042144115
Binary111111111100110010001010010100101110010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC8A; }

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

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

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

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

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

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

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

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