#FDCD8B

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

Shades of Cherokee #FDCD8B

Tints of Cherokee #FDCD8B

Color information

#FDCD8B (or 0xFDCD8B) is unknown color: approx Cherokee. HEX triplet: FD, CD and 8B. RGB value is (253,205,139). Sum of RGB (Red+Green+Blue) = 253+205+139=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8B is #023274. Grayscale: #D4D4D4. Windows color (decimal): -143989 or 9162237. OLE color: 9162237.

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

Color convert

RGB253205139-
CMYK00.190.450.01
HSL34.74º96.61%76.86%-
HSV(B)34.74º45.06%99.22%-
XYZ6766.4133.71-
YUV211.8386.9157.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 139 (54.69% from 255) = 23.28%
R=42.38%
G=34.34%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320513900.190.450.0134.7496.6176.86
HexFDCD8B0132D123614d
Octal37531521302355143141115
Binary111111011100110110001011010011101101110001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD8B; }

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

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

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

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

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

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

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

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