Html Css Color HEX #FDD38C Cherokee

📋 copy color: '#FDD38C'

red 253 ◦ green 211 ◦ blue 140

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

Shades of Cherokee #FDD38C

Tints of Cherokee #FDD38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 41.89%
G = 34.93%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDD38C (or 0xFDD38C) is known color: Cherokee. HEX triplet: FD, D3 and 8C. RGB value is (253,211,140). Sum of RGB (Red+Green+Blue) = 253+211+140=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD38C is #022C73. Grayscale: #D7D7D7. Windows color (decimal): -142452 or 9229309. OLE color: 9229309.

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

Color convert

RGB 253 211 140 -
CMYK 0 0.17 0.45 0.01
HSL 37.7º 0.97% 0.77% -
HSV(B) 37.7º 0.45% 0.99% -
XYZ 68.54 69.36 34.59 -
YUV 215.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 253 211 140 0 0.17 0.45 0.01 37.7 0.97 0.77
Hex FD D3 8C 0 11 2D 1 26 61 4D
Octal 375 323 214 0 21 55 1 46 141 115
Binary 11111101 11010011 10001100 0 10001 101101 1 100110 1100001 1001101

Color Harmonies of #FDD38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD38C

Black with #FDD38C

Text Example


Text Example

White with #FDD38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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