Html Css Color HEX #D66950 Flamingo

📋 copy color: '#D66950'

red 214 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #D66950

Tints of Flamingo #D66950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

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

R = 53.63%
G = 26.32%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D66950 (or 0xD66950) is known color: Flamingo. HEX triplet: D6, 69 and 50. RGB value is (214,105,80). Sum of RGB (Red+Green+Blue) = 214+105+80=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66950 is #2996AF. Grayscale: #868686. Windows color (decimal): -2725552 or 5269974. OLE color: 5269974.

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

Color convert

RGB 214 105 80 -
CMYK 0 0.51 0.63 0.16
HSL 11.19º 0.62% 0.58% -
HSV(B) 11.19º 0.63% 0.84% -
XYZ 34.23 24.98 10.61 -
YUV 134.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 214 105 80 0 0.51 0.63 0.16 11.19 0.62 0.58
Hex D6 69 50 0 33 3F 10 B 3E 3A
Octal 326 151 120 0 63 77 20 13 76 72
Binary 11010110 1101001 1010000 0 110011 111111 10000 1011 111110 111010

Color Harmonies of #D66950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66950

Black with #D66950

Text Example


Text Example

White with #D66950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66950; }

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

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

background-color css

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

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

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

border-color css

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

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

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