#FDC984

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

Shades of Cherokee #FDC984

Tints of Cherokee #FDC984

Color information

#FDC984 (or 0xFDC984) is unknown color: approx Cherokee. HEX triplet: FD, C9 and 84. RGB value is (253,201,132). Sum of RGB (Red+Green+Blue) = 253+201+132=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC984 is #02367B. Grayscale: #D1D1D1. Windows color (decimal): -145020 or 8702461. OLE color: 8702461.

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

Color convert

RGB253201132-
CMYK00.210.480.01
HSL34.21º96.8%75.49%-
HSV(B)34.21º47.83%99.22%-
XYZ65.5664.3230.79-
YUV208.6884.73159.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=43.17%
G=34.30%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320113200.210.480.0134.2196.875.49
HexFDC98401530122614b
Octal37531120402560142141113
Binary111111011100100110000100010101110000110001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC984; }

 p { color: rgb(253,201,132); }

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

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

 a { background-color: rgb(253,201,132); }

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

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

 span { border-color: rgb(253,201,132); }

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