Html Css Color HEX #D66150 Flamingo

📋 copy color: '#D66150'

red 214 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #D66150

Tints of Flamingo #D66150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 54.73%
G = 24.81%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D66150 (or 0xD66150) is known color: Flamingo. HEX triplet: D6, 61 and 50. RGB value is (214,97,80). Sum of RGB (Red+Green+Blue) = 214+97+80=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D66150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66150 is #299EAF. Grayscale: #828282. Windows color (decimal): -2727600 or 5267926. OLE color: 5267926.

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

Color convert

RGB 214 97 80 -
CMYK 0 0.55 0.63 0.16
HSL 7.61º 0.62% 0.58% -
HSV(B) 7.61º 0.63% 0.84% -
XYZ 33.45 23.42 10.35 -
YUV 130.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 214 97 80 0 0.55 0.63 0.16 7.61 0.62 0.58
Hex D6 61 50 0 37 3F 10 8 3E 3A
Octal 326 141 120 0 67 77 20 10 76 72
Binary 11010110 1100001 1010000 0 110111 111111 10000 1000 111110 111010

Color Harmonies of #D66150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66150

Black with #D66150

Text Example


Text Example

White with #D66150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66150; }

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

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

background-color css

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

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

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

border-color css

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

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

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