Html Css Color HEX #D66450 Flamingo

📋 copy color: '#D66450'

red 214 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #D66450

Tints of Flamingo #D66450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

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

R = 54.31%
G = 25.38%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D66450 (or 0xD66450) is known color: Flamingo. HEX triplet: D6, 64 and 50. RGB value is (214,100,80). Sum of RGB (Red+Green+Blue) = 214+100+80=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D66450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66450 is #299BAF. Grayscale: #848484. Windows color (decimal): -2726832 or 5268694. OLE color: 5268694.

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

Color convert

RGB 214 100 80 -
CMYK 0 0.53 0.63 0.16
HSL 8.96º 0.62% 0.58% -
HSV(B) 8.96º 0.63% 0.84% -
XYZ 33.74 23.99 10.44 -
YUV 131.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 214 100 80 0 0.53 0.63 0.16 8.96 0.62 0.58
Hex D6 64 50 0 35 3F 10 9 3E 3A
Octal 326 144 120 0 65 77 20 11 76 72
Binary 11010110 1100100 1010000 0 110101 111111 10000 1001 111110 111010

Color Harmonies of #D66450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66450

Black with #D66450

Text Example


Text Example

White with #D66450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66450; }

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

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

background-color css

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

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

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

border-color css

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

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

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