Html Css Color HEX #FDD08C Cherokee

📋 copy color: '#FDD08C'

red 253 ◦ green 208 ◦ blue 140

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

Shades of Cherokee #FDD08C

Tints of Cherokee #FDD08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.61%

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

R = 42.1%
G = 34.61%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDD08C (or 0xFDD08C) is known color: Cherokee. HEX triplet: FD, D0 and 8C. RGB value is (253,208,140). Sum of RGB (Red+Green+Blue) = 253+208+140=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08C is #022F73. Grayscale: #D6D6D6. Windows color (decimal): -143220 or 9228541. OLE color: 9228541.

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

Color convert

RGB 253 208 140 -
CMYK 0 0.18 0.45 0.01
HSL 36.11º 0.97% 0.77% -
HSV(B) 36.11º 0.45% 0.99% -
XYZ 67.8 67.89 34.34 -
YUV 213.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 253 208 140 0 0.18 0.45 0.01 36.11 0.97 0.77
Hex FD D0 8C 0 12 2D 1 24 61 4D
Octal 375 320 214 0 22 55 1 44 141 115
Binary 11111101 11010000 10001100 0 10010 101101 1 100100 1100001 1001101

Color Harmonies of #FDD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD08C

Black with #FDD08C

Text Example


Text Example

White with #FDD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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