Html Css Color HEX #D76652 Flamingo

📋 copy color: '#D76652'

red 215 ◦ green 102 ◦ blue 82

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

Shades of Flamingo #D76652

Tints of Flamingo #D76652

RGB

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

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

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

R = 53.88%
G = 25.56%
B = 20.55%

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

#D76652 (or 0xD76652) is known color: Flamingo. HEX triplet: D7, 66 and 52. RGB value is (215,102,82). Sum of RGB (Red+Green+Blue) = 215+102+82=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76652 is #2899AD. Grayscale: #858585. Windows color (decimal): -2660782 or 5400279. OLE color: 5400279.

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

Color convert

RGB 215 102 82 -
CMYK 0 0.53 0.62 0.16
HSL 9.02º 0.62% 0.58% -
HSV(B) 9.02º 0.62% 0.84% -
XYZ 34.3 24.56 10.92 -
YUV 133.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 215 102 82 0 0.53 0.62 0.16 9.02 0.62 0.58
Hex D7 66 52 0 35 3E 10 9 3E 3A
Octal 327 146 122 0 65 76 20 11 76 72
Binary 11010111 1100110 1010010 0 110101 111110 10000 1001 111110 111010

Color Harmonies of #D76652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76652

Black with #D76652

Text Example


Text Example

White with #D76652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76652; }

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

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

background-color css

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

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

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

border-color css

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

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

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