Html Css Color HEX #D76646 Flamingo

📋 copy color: '#D76646'

red 215 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #D76646

Tints of Flamingo #D76646

RGB

 RED value IS 215 (84.38% from 255) = 55.56%

 GREEN value IS 102 (40.23% from 255) = 26.36%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 55.56%
G = 26.36%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D76646 (or 0xD76646) is known color: Flamingo. HEX triplet: D7, 66 and 46. RGB value is (215,102,70). Sum of RGB (Red+Green+Blue) = 215+102+70=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D76646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76646 is #2899B9. Grayscale: #848484. Windows color (decimal): -2660794 or 4613847. OLE color: 4613847.

HSL color Cylindrical-coordinate representation of color #D76646: hue angle of 13.24º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D76646 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 70 -
CMYK 0 0.53 0.67 0.16
HSL 13.24º 0.64% 0.56% -
HSV(B) 13.24º 0.67% 0.84% -
XYZ 33.88 24.39 8.72 -
YUV 132.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 215 102 70 0 0.53 0.67 0.16 13.24 0.64 0.56
Hex D7 66 46 0 35 43 10 D 40 38
Octal 327 146 106 0 65 103 20 15 100 70
Binary 11010111 1100110 1000110 0 110101 1000011 10000 1101 1000000 111000

Color Harmonies of #D76646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76646

Black with #D76646

Text Example


Text Example

White with #D76646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76646; }

 p { color: rgb(215,102,70); }

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

background-color css

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

 a { background-color: rgb(215,102,70); }

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

border-color css

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

 span { border-color: rgb(215,102,70); }

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