Html Css Color HEX #D6664B Flamingo

📋 copy color: '#D6664B'

red 214 ◦ green 102 ◦ blue 75

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

Shades of Flamingo #D6664B

Tints of Flamingo #D6664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

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

R = 54.73%
G = 26.09%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6664B (or 0xD6664B) is known color: Flamingo. HEX triplet: D6, 66 and 4B. RGB value is (214,102,75). Sum of RGB (Red+Green+Blue) = 214+102+75=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6664B is #2999B4. Grayscale: #848484. Windows color (decimal): -2726325 or 4941526. OLE color: 4941526.

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

Color convert

RGB 214 102 75 -
CMYK 0 0.52 0.65 0.16
HSL 11.65º 0.63% 0.57% -
HSV(B) 11.65º 0.65% 0.84% -
XYZ 33.75 24.31 9.57 -
YUV 132.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 214 102 75 0 0.52 0.65 0.16 11.65 0.63 0.57
Hex D6 66 4B 0 34 41 10 C 3F 39
Octal 326 146 113 0 64 101 20 14 77 71
Binary 11010110 1100110 1001011 0 110100 1000001 10000 1100 111111 111001

Color Harmonies of #D6664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6664B

Black with #D6664B

Text Example


Text Example

White with #D6664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6664B; }

 p { color: rgb(214,102,75); }

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

background-color css

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

 a { background-color: rgb(214,102,75); }

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

border-color css

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

 span { border-color: rgb(214,102,75); }

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