Html Css Color HEX #D76552 Flamingo

📋 copy color: '#D76552'

red 215 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #D76552

Tints of Flamingo #D76552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 82 (32.42% from 255) = 20.6%

R = 54.02%
G = 25.38%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76552 (or 0xD76552) is known color: Flamingo. HEX triplet: D7, 65 and 52. RGB value is (215,101,82). Sum of RGB (Red+Green+Blue) = 215+101+82=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D76552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76552 is #289AAD. Grayscale: #858585. Windows color (decimal): -2661038 or 5400023. OLE color: 5400023.

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

Color convert

RGB 215 101 82 -
CMYK 0 0.53 0.62 0.16
HSL 8.57º 0.62% 0.58% -
HSV(B) 8.57º 0.62% 0.84% -
XYZ 34.2 24.36 10.88 -
YUV 132.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 215 101 82 0 0.53 0.62 0.16 8.57 0.62 0.58
Hex D7 65 52 0 35 3E 10 9 3E 3A
Octal 327 145 122 0 65 76 20 11 76 72
Binary 11010111 1100101 1010010 0 110101 111110 10000 1001 111110 111010

Color Harmonies of #D76552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76552

Black with #D76552

Text Example


Text Example

White with #D76552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76552; }

 p { color: rgb(215,101,82); }

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

background-color css

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

 a { background-color: rgb(215,101,82); }

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

border-color css

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

 span { border-color: rgb(215,101,82); }

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