#FDCD85

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

Shades of Cherokee #FDCD85

Tints of Cherokee #FDCD85

Color information

#FDCD85 (or 0xFDCD85) is unknown color: approx Cherokee. HEX triplet: FD, CD and 85. RGB value is (253,205,133). Sum of RGB (Red+Green+Blue) = 253+205+133=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD85 is #02327A. Grayscale: #D3D3D3. Windows color (decimal): -143995 or 8769021. OLE color: 8769021.

HSL color Cylindrical-coordinate representation of color #FDCD85: hue angle of 36º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDCD85 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253205133-
CMYK00.190.470.01
HSL36º96.77%75.69%-
HSV(B)36º47.43%99.22%-
XYZ66.5766.2431.47-
YUV211.1483.9157.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=42.81%
G=34.69%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320513300.190.470.013696.7775.69
HexFDCD850132F124614c
Octal37531520502357144141114
Binary111111011100110110000101010011101111110010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD85; }

 p { color: rgb(253,205,133); }

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

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

 a { background-color: rgb(253,205,133); }

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

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

 span { border-color: rgb(253,205,133); }

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