Html Css Color HEX #D4654E Flamingo

📋 copy color: '#D4654E'

red 212 ◦ green 101 ◦ blue 78

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

Shades of Flamingo #D4654E

Tints of Flamingo #D4654E

RGB

 RED value IS 212 (83.2% from 255) = 54.22%

 GREEN value IS 101 (39.84% from 255) = 25.83%

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 54.22%
G = 25.83%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4654E (or 0xD4654E) is known color: Flamingo. HEX triplet: D4, 65 and 4E. RGB value is (212,101,78). Sum of RGB (Red+Green+Blue) = 212+101+78=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4654E is #2B9AB1. Grayscale: #838383. Windows color (decimal): -2857650 or 5137876. OLE color: 5137876.

HSL color Cylindrical-coordinate representation of color #D4654E: hue angle of 10.3º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4654E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 78 -
CMYK 0 0.52 0.63 0.17
HSL 10.3º 0.61% 0.57% -
HSV(B) 10.3º 0.63% 0.83% -
XYZ 33.18 23.85 10.06 -
YUV 131.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 212 101 78 0 0.52 0.63 0.17 10.3 0.61 0.57
Hex D4 65 4E 0 34 3F 11 A 3D 39
Octal 324 145 116 0 64 77 21 12 75 71
Binary 11010100 1100101 1001110 0 110100 111111 10001 1010 111101 111001

Color Harmonies of #D4654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4654E

Black with #D4654E

Text Example


Text Example

White with #D4654E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4654E; }

 p { color: rgb(212,101,78); }

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

background-color css

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

 a { background-color: rgb(212,101,78); }

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

border-color css

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

 span { border-color: rgb(212,101,78); }

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