Html Css Color HEX #FDD28B Cherokee

📋 copy color: '#FDD28B'

red 253 ◦ green 210 ◦ blue 139

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

Shades of Cherokee #FDD28B

Tints of Cherokee #FDD28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.09%

R = 42.03%
G = 34.88%
B = 23.09%

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

#FDD28B (or 0xFDD28B) is known color: Cherokee. HEX triplet: FD, D2 and 8B. RGB value is (253,210,139). Sum of RGB (Red+Green+Blue) = 253+210+139=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD28B is #022D74. Grayscale: #D7D7D7. Windows color (decimal): -142709 or 9163517. OLE color: 9163517.

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

Color convert

RGB 253 210 139 -
CMYK 0 0.17 0.45 0.01
HSL 37.37º 0.97% 0.77% -
HSV(B) 37.37º 0.45% 0.99% -
XYZ 68.21 68.84 34.12 -
YUV 214.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 253 210 139 0 0.17 0.45 0.01 37.37 0.97 0.77
Hex FD D2 8B 0 11 2D 1 25 61 4D
Octal 375 322 213 0 21 55 1 45 141 115
Binary 11111101 11010010 10001011 0 10001 101101 1 100101 1100001 1001101

Color Harmonies of #FDD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD28B

Black with #FDD28B

Text Example


Text Example

White with #FDD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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