Html Css Color HEX #D8644B Flamingo

📋 copy color: '#D8644B'

red 216 ◦ green 100 ◦ blue 75

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

Shades of Flamingo #D8644B

Tints of Flamingo #D8644B

RGB

 RED value IS 216 (84.77% from 255) = 55.24%

 GREEN value IS 100 (39.45% from 255) = 25.58%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 55.24%
G = 25.58%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8644B (or 0xD8644B) is known color: Flamingo. HEX triplet: D8, 64 and 4B. RGB value is (216,100,75). Sum of RGB (Red+Green+Blue) = 216+100+75=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8644B is #279BB4. Grayscale: #848484. Windows color (decimal): -2595765 or 4941016. OLE color: 4941016.

HSL color Cylindrical-coordinate representation of color #D8644B: hue angle of 10.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8644B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 100 75 -
CMYK 0 0.54 0.65 0.15
HSL 10.64º 0.64% 0.57% -
HSV(B) 10.64º 0.65% 0.85% -
XYZ 34.15 24.22 9.53 -
YUV 131.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 216 100 75 0 0.54 0.65 0.15 10.64 0.64 0.57
Hex D8 64 4B 0 36 41 F B 40 39
Octal 330 144 113 0 66 101 17 13 100 71
Binary 11011000 1100100 1001011 0 110110 1000001 1111 1011 1000000 111001

Color Harmonies of #D8644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8644B

Black with #D8644B

Text Example


Text Example

White with #D8644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8644B; }

 p { color: rgb(216,100,75); }

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

background-color css

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

 a { background-color: rgb(216,100,75); }

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

border-color css

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

 span { border-color: rgb(216,100,75); }

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