Html Css Color HEX #D66751 Flamingo

📋 copy color: '#D66751'

red 214 ◦ green 103 ◦ blue 81

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

Shades of Flamingo #D66751

Tints of Flamingo #D66751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

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

R = 53.77%
G = 25.88%
B = 20.35%

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

#D66751 (or 0xD66751) is known color: Flamingo. HEX triplet: D6, 67 and 51. RGB value is (214,103,81). Sum of RGB (Red+Green+Blue) = 214+103+81=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66751 is #2998AE. Grayscale: #858585. Windows color (decimal): -2726063 or 5334998. OLE color: 5334998.

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

Color convert

RGB 214 103 81 -
CMYK 0 0.52 0.62 0.16
HSL 9.92º 0.62% 0.58% -
HSV(B) 9.92º 0.62% 0.84% -
XYZ 34.07 24.59 10.74 -
YUV 133.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 214 103 81 0 0.52 0.62 0.16 9.92 0.62 0.58
Hex D6 67 51 0 34 3E 10 A 3E 3A
Octal 326 147 121 0 64 76 20 12 76 72
Binary 11010110 1100111 1010001 0 110100 111110 10000 1010 111110 111010

Color Harmonies of #D66751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66751

Black with #D66751

Text Example


Text Example

White with #D66751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66751; }

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

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

background-color css

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

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

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

border-color css

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

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

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