Html Css Color HEX #FDD28C Cherokee

📋 copy color: '#FDD28C'

red 253 ◦ green 210 ◦ blue 140

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

Shades of Cherokee #FDD28C

Tints of Cherokee #FDD28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.83%

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

R = 41.96%
G = 34.83%
B = 23.22%

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

#FDD28C (or 0xFDD28C) is known color: Cherokee. HEX triplet: FD, D2 and 8C. RGB value is (253,210,140). Sum of RGB (Red+Green+Blue) = 253+210+140=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD28C is #022D73. Grayscale: #D7D7D7. Windows color (decimal): -142708 or 9229053. OLE color: 9229053.

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

Color convert

RGB 253 210 140 -
CMYK 0 0.17 0.45 0.01
HSL 37.17º 0.97% 0.77% -
HSV(B) 37.17º 0.45% 0.99% -
XYZ 68.29 68.87 34.5 -
YUV 214.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 253 210 140 0 0.17 0.45 0.01 37.17 0.97 0.77
Hex FD D2 8C 0 11 2D 1 25 61 4D
Octal 375 322 214 0 21 55 1 45 141 115
Binary 11111101 11010010 10001100 0 10001 101101 1 100101 1100001 1001101

Color Harmonies of #FDD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD28C

Black with #FDD28C

Text Example


Text Example

White with #FDD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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