Html Css Color HEX #FDCD86 Cherokee

📋 copy color: '#FDCD86'

red 253 ◦ green 205 ◦ blue 134

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

Shades of Cherokee #FDCD86

Tints of Cherokee #FDCD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 134 (52.73% from 255) = 22.64%

R = 42.74%
G = 34.63%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDCD86 (or 0xFDCD86) is known color: Cherokee. HEX triplet: FD, CD and 86. RGB value is (253,205,134). Sum of RGB (Red+Green+Blue) = 253+205+134=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD86 is #023279. Grayscale: #D3D3D3. Windows color (decimal): -143994 or 8834557. OLE color: 8834557.

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

Color convert

RGB 253 205 134 -
CMYK 0 0.19 0.47 0.01
HSL 35.8º 0.97% 0.76% -
HSV(B) 35.8º 0.47% 0.99% -
XYZ 66.64 66.27 31.83 -
YUV 211.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 253 205 134 0 0.19 0.47 0.01 35.8 0.97 0.76
Hex FD CD 86 0 13 2F 1 24 61 4C
Octal 375 315 206 0 23 57 1 44 141 114
Binary 11111101 11001101 10000110 0 10011 101111 1 100100 1100001 1001100

Color Harmonies of #FDCD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD86

Black with #FDCD86

Text Example


Text Example

White with #FDCD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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