#FFD58A

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

Shades of Cherokee #FFD58A

Tints of Cherokee #FFD58A

Color information

#FFD58A (or 0xFFD58A) is unknown color: approx Cherokee. HEX triplet: FF, D5 and 8A. RGB value is (255,213,138). Sum of RGB (Red+Green+Blue) = 255+213+138=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58A is #002A75. Grayscale: #D9D9D9. Windows color (decimal): -10870 or 9098751. OLE color: 9098751.

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

Color convert

RGB255213138-
CMYK00.160.460
HSL38.46º100%77.06%-
HSV(B)38.46º45.88%100%-
XYZ69.6270.6834.02-
YUV217.0183.41155.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 138 (54.30% from 255) = 22.77%
R=42.08%
G=35.15%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521313800.160.46038.4610077.06
HexFFD58A0102E026644d
Octal37732521202056046144115
Binary111111111101010110001010010000101110010011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD58A; }

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

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

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

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

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

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

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

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