#FDCD8A

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

Shades of Cherokee #FDCD8A

Tints of Cherokee #FDCD8A

Color information

#FDCD8A (or 0xFDCD8A) is unknown color: approx Cherokee. HEX triplet: FD, CD and 8A. RGB value is (253,205,138). Sum of RGB (Red+Green+Blue) = 253+205+138=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8A is #023275. Grayscale: #D4D4D4. Windows color (decimal): -143990 or 9096701. OLE color: 9096701.

HSL color Cylindrical-coordinate representation of color #FDCD8A: hue angle of 34.96º 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 #FDCD8A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253205138-
CMYK00.190.450.01
HSL34.96º96.64%76.67%-
HSV(B)34.96º45.45%99.22%-
XYZ66.9366.3833.33-
YUV211.7186.4157.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 138 (54.30% from 255) = 23.15%
R=42.45%
G=34.40%
B=23.15%

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
Decimal25320513800.190.450.0134.9696.6476.67
HexFDCD8A0132D123614d
Octal37531521202355143141115
Binary111111011100110110001010010011101101110001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD8A; }

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

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

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

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

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

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

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

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