Html Css Color HEX #D66651 Flamingo

📋 copy color: '#D66651'

red 214 ◦ green 102 ◦ blue 81

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

Shades of Flamingo #D66651

Tints of Flamingo #D66651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 53.9%
G = 25.69%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66651 (or 0xD66651) is known color: Flamingo. HEX triplet: D6, 66 and 51. RGB value is (214,102,81). Sum of RGB (Red+Green+Blue) = 214+102+81=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D66651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66651 is #2999AE. Grayscale: #858585. Windows color (decimal): -2726319 or 5334742. OLE color: 5334742.

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

Color convert

RGB 214 102 81 -
CMYK 0 0.52 0.62 0.16
HSL 9.47º 0.62% 0.58% -
HSV(B) 9.47º 0.62% 0.84% -
XYZ 33.97 24.39 10.7 -
YUV 133.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 214 102 81 0 0.52 0.62 0.16 9.47 0.62 0.58
Hex D6 66 51 0 34 3E 10 9 3E 3A
Octal 326 146 121 0 64 76 20 11 76 72
Binary 11010110 1100110 1010001 0 110100 111110 10000 1001 111110 111010

Color Harmonies of #D66651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66651

Black with #D66651

Text Example


Text Example

White with #D66651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66651; }

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

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

background-color css

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

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

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

border-color css

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

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

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