Html Css Color HEX #FDD386 Cherokee

📋 copy color: '#FDD386'

red 253 ◦ green 211 ◦ blue 134

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

Shades of Cherokee #FDD386

Tints of Cherokee #FDD386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.28%

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

R = 42.31%
G = 35.28%
B = 22.41%

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

#FDD386 (or 0xFDD386) is known color: Cherokee. HEX triplet: FD, D3 and 86. RGB value is (253,211,134). Sum of RGB (Red+Green+Blue) = 253+211+134=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD386 is #022C79. Grayscale: #D7D7D7. Windows color (decimal): -142458 or 8836093. OLE color: 8836093.

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

Color convert

RGB 253 211 134 -
CMYK 0 0.17 0.47 0.01
HSL 38.82º 0.97% 0.76% -
HSV(B) 38.82º 0.47% 0.99% -
XYZ 68.11 69.19 32.32 -
YUV 214.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 253 211 134 0 0.17 0.47 0.01 38.82 0.97 0.76
Hex FD D3 86 0 11 2F 1 27 61 4C
Octal 375 323 206 0 21 57 1 47 141 114
Binary 11111101 11010011 10000110 0 10001 101111 1 100111 1100001 1001100

Color Harmonies of #FDD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD386

Black with #FDD386

Text Example


Text Example

White with #FDD386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD386; }

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

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

background-color css

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

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

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

border-color css

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

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

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