#FFD28A

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

Shades of Cherokee #FFD28A

Tints of Cherokee #FFD28A

Color information

#FFD28A (or 0xFFD28A) is unknown color: approx Cherokee. HEX triplet: FF, D2 and 8A. RGB value is (255,210,138). Sum of RGB (Red+Green+Blue) = 255+210+138=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28A is #002D75. Grayscale: #D7D7D7. Windows color (decimal): -11638 or 9097983. OLE color: 9097983.

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

Color convert

RGB255210138-
CMYK00.180.460
HSL36.92º100%77.06%-
HSV(B)36.92º45.88%100%-
XYZ68.8769.1933.77-
YUV215.2584.41156.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 138 (54.30% from 255) = 22.89%
R=42.29%
G=34.83%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521013800.180.46036.9210077.06
HexFFD28A0122E025644d
Octal37732221202256045144115
Binary111111111101001010001010010010101110010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD28A; }

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

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

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

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

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

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

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

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