Html Css Color HEX #FDCD8B Cherokee

📋 copy color: '#FDCD8B'

red 253 ◦ green 205 ◦ blue 139

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

Shades of Cherokee #FDCD8B

Tints of Cherokee #FDCD8B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.34%

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

R = 42.38%
G = 34.34%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDCD8B (or 0xFDCD8B) is known color: Cherokee. HEX triplet: FD, CD and 8B. RGB value is (253,205,139). Sum of RGB (Red+Green+Blue) = 253+205+139=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8B is #023274. Grayscale: #D4D4D4. Windows color (decimal): -143989 or 9162237. OLE color: 9162237.

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

Color convert

RGB 253 205 139 -
CMYK 0 0.19 0.45 0.01
HSL 34.74º 0.97% 0.77% -
HSV(B) 34.74º 0.45% 0.99% -
XYZ 67 66.41 33.71 -
YUV 211.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 253 205 139 0 0.19 0.45 0.01 34.74 0.97 0.77
Hex FD CD 8B 0 13 2D 1 23 61 4D
Octal 375 315 213 0 23 55 1 43 141 115
Binary 11111101 11001101 10001011 0 10011 101101 1 100011 1100001 1001101

Color Harmonies of #FDCD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD8B

Black with #FDCD8B

Text Example


Text Example

White with #FDCD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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