Html Css Color HEX #D6644D Flamingo

📋 copy color: '#D6644D'

red 214 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #D6644D

Tints of Flamingo #D6644D

RGB

 RED value IS 214 (83.98% from 255) = 54.73%

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 54.73%
G = 25.58%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6644D (or 0xD6644D) is known color: Flamingo. HEX triplet: D6, 64 and 4D. RGB value is (214,100,77). Sum of RGB (Red+Green+Blue) = 214+100+77=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6644D is #299BB2. Grayscale: #838383. Windows color (decimal): -2726835 or 5072086. OLE color: 5072086.

HSL color Cylindrical-coordinate representation of color #D6644D: hue angle of 10.07º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6644D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 77 -
CMYK 0 0.53 0.64 0.16
HSL 10.07º 0.63% 0.57% -
HSV(B) 10.07º 0.64% 0.84% -
XYZ 33.63 23.95 9.87 -
YUV 131.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 214 100 77 0 0.53 0.64 0.16 10.07 0.63 0.57
Hex D6 64 4D 0 35 40 10 A 3F 39
Octal 326 144 115 0 65 100 20 12 77 71
Binary 11010110 1100100 1001101 0 110101 1000000 10000 1010 111111 111001

Color Harmonies of #D6644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6644D

Black with #D6644D

Text Example


Text Example

White with #D6644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6644D; }

 p { color: rgb(214,100,77); }

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

background-color css

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

 a { background-color: rgb(214,100,77); }

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

border-color css

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

 span { border-color: rgb(214,100,77); }

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