Html Css Color HEX #D66151 Flamingo

📋 copy color: '#D66151'

red 214 ◦ green 97 ◦ blue 81

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

Shades of Flamingo #D66151

Tints of Flamingo #D66151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 54.59%
G = 24.74%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66151 (or 0xD66151) is known color: Flamingo. HEX triplet: D6, 61 and 51. RGB value is (214,97,81). Sum of RGB (Red+Green+Blue) = 214+97+81=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D66151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66151 is #299EAE. Grayscale: #828282. Windows color (decimal): -2727599 or 5333462. OLE color: 5333462.

HSL color Cylindrical-coordinate representation of color #D66151: hue angle of 7.22º 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 #D66151 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 81 -
CMYK 0 0.55 0.62 0.16
HSL 7.22º 0.62% 0.58% -
HSV(B) 7.22º 0.62% 0.84% -
XYZ 33.49 23.44 10.54 -
YUV 130.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 214 97 81 0 0.55 0.62 0.16 7.22 0.62 0.58
Hex D6 61 51 0 37 3E 10 7 3E 3A
Octal 326 141 121 0 67 76 20 7 76 72
Binary 11010110 1100001 1010001 0 110111 111110 10000 111 111110 111010

Color Harmonies of #D66151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66151

Black with #D66151

Text Example


Text Example

White with #D66151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66151; }

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

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

background-color css

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

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

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

border-color css

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

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

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