Html Css Color HEX #FDC885 Cherokee

📋 copy color: '#FDC885'

red 253 ◦ green 200 ◦ blue 133

#FDC885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #FDC885

Tints of Cherokee #FDC885

RGB

 RED value IS 253 (99.22% from 255) = 43.17%

 GREEN value IS 200 (78.52% from 255) = 34.13%

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 43.17%
G = 34.13%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDC885 (or 0xFDC885) is known color: Cherokee. HEX triplet: FD, C8 and 85. RGB value is (253,200,133). Sum of RGB (Red+Green+Blue) = 253+200+133=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC885 is #02377A. Grayscale: #D0D0D0. Windows color (decimal): -145275 or 8767741. OLE color: 8767741.

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

Color convert

RGB 253 200 133 -
CMYK 0 0.21 0.47 0.01
HSL 33.5º 0.97% 0.76% -
HSV(B) 33.5º 0.47% 0.99% -
XYZ 65.4 63.88 31.07 -
YUV 208.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 253 200 133 0 0.21 0.47 0.01 33.5 0.97 0.76
Hex FD C8 85 0 15 2F 1 22 61 4C
Octal 375 310 205 0 25 57 1 42 141 114
Binary 11111101 11001000 10000101 0 10101 101111 1 100010 1100001 1001100

Color Harmonies of #FDC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC885

Black with #FDC885

Text Example


Text Example

White with #FDC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC885; }

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

 H1.HeaderClassName
 {
   color: #FDC885;
 }
 .AnyTagClassName
 {
   color: #FDC885;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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