Html Css Color HEX #D76648 Flamingo

📋 copy color: '#D76648'

red 215 ◦ green 102 ◦ blue 72

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

Shades of Flamingo #D76648

Tints of Flamingo #D76648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 55.27%
G = 26.22%
B = 18.51%

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

#D76648 (or 0xD76648) is known color: Flamingo. HEX triplet: D7, 66 and 48. RGB value is (215,102,72). Sum of RGB (Red+Green+Blue) = 215+102+72=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D76648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76648 is #2899B7. Grayscale: #848484. Windows color (decimal): -2660792 or 4744919. OLE color: 4744919.

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

Color convert

RGB 215 102 72 -
CMYK 0 0.53 0.67 0.16
HSL 12.59º 0.64% 0.56% -
HSV(B) 12.59º 0.67% 0.84% -
XYZ 33.95 24.42 9.05 -
YUV 132.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 215 102 72 0 0.53 0.67 0.16 12.59 0.64 0.56
Hex D7 66 48 0 35 43 10 D 40 38
Octal 327 146 110 0 65 103 20 15 100 70
Binary 11010111 1100110 1001000 0 110101 1000011 10000 1101 1000000 111000

Color Harmonies of #D76648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76648

Black with #D76648

Text Example


Text Example

White with #D76648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76648; }

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

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

background-color css

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

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

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

border-color css

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

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

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