Html Css Color HEX #FDD186 Cherokee

📋 copy color: '#FDD186'

red 253 ◦ green 209 ◦ blue 134

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

Shades of Cherokee #FDD186

Tints of Cherokee #FDD186

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

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

R = 42.45%
G = 35.07%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD186 (or 0xFDD186) is known color: Cherokee. HEX triplet: FD, D1 and 86. RGB value is (253,209,134). Sum of RGB (Red+Green+Blue) = 253+209+134=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD186 is #022E79. Grayscale: #D5D5D5. Windows color (decimal): -142970 or 8835581. OLE color: 8835581.

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

Color convert

RGB 253 209 134 -
CMYK 0 0.17 0.47 0.01
HSL 37.82º 0.97% 0.76% -
HSV(B) 37.82º 0.47% 0.99% -
XYZ 67.61 68.2 32.16 -
YUV 213.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 253 209 134 0 0.17 0.47 0.01 37.82 0.97 0.76
Hex FD D1 86 0 11 2F 1 26 61 4C
Octal 375 321 206 0 21 57 1 46 141 114
Binary 11111101 11010001 10000110 0 10001 101111 1 100110 1100001 1001100

Color Harmonies of #FDD186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD186

Black with #FDD186

Text Example


Text Example

White with #FDD186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD186; }

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

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

background-color css

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

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

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

border-color css

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

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

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