#FDD08C

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

Shades of Cherokee #FDD08C

Tints of Cherokee #FDD08C

Color information

#FDD08C (or 0xFDD08C) is unknown color: approx Cherokee. HEX triplet: FD, D0 and 8C. RGB value is (253,208,140). Sum of RGB (Red+Green+Blue) = 253+208+140=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08C is #022F73. Grayscale: #D6D6D6. Windows color (decimal): -143220 or 9228541. OLE color: 9228541.

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

Color convert

RGB253208140-
CMYK00.180.450.01
HSL36.11º96.58%77.06%-
HSV(B)36.11º44.66%99.22%-
XYZ67.867.8934.34-
YUV213.786.41156.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 140 (55.08% from 255) = 23.29%
R=42.10%
G=34.61%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320814000.180.450.0136.1196.5877.06
HexFDD08C0122D124614d
Octal37532021402255144141115
Binary111111011101000010001100010010101101110010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD08C; }

 p { color: rgb(253,208,140); }

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

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

 a { background-color: rgb(253,208,140); }

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

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

 span { border-color: rgb(253,208,140); }

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