Html Css Color HEX #FFDC9C Frangipani

📋 copy color: '#FFDC9C'

red 255 ◦ green 220 ◦ blue 156

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

Shades of Frangipani #FFDC9C

Tints of Frangipani #FFDC9C

RGB

 RED value IS 255 (100% from 255) = 40.41%

 GREEN value IS 220 (86.33% from 255) = 34.87%

 BLUE value IS 156 (61.33% from 255) = 24.72%

R = 40.41%
G = 34.87%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFDC9C (or 0xFFDC9C) is known color: Frangipani. HEX triplet: FF, DC and 9C. RGB value is (255,220,156). Sum of RGB (Red+Green+Blue) = 255+220+156=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC9C is #002363. Grayscale: #DFDFDF. Windows color (decimal): -9060 or 10280191. OLE color: 10280191.

HSL color Cylindrical-coordinate representation of color #FFDC9C: hue angle of 38.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDC9C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 156 -
CMYK 0 0.14 0.39 0
HSL 38.79º 1% 0.81% -
HSV(B) 38.79º 0.39% 1% -
XYZ 72.83 74.85 42.06 -
YUV 223.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 255 220 156 0 0.14 0.39 0 38.79 1 0.81
Hex FF DC 9C 0 E 27 0 27 64 51
Octal 377 334 234 0 16 47 0 47 144 121
Binary 11111111 11011100 10011100 0 1110 100111 0 100111 1100100 1010001

Color Harmonies of #FFDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC9C

Black with #FFDC9C

Text Example


Text Example

White with #FFDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC9C; }

 p { color: rgb(255,220,156); }

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

background-color css

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

 a { background-color: rgb(255,220,156); }

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

border-color css

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

 span { border-color: rgb(255,220,156); }

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