Html Css Color HEX #D76853 Flamingo

📋 copy color: '#D76853'

red 215 ◦ green 104 ◦ blue 83

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

Shades of Flamingo #D76853

Tints of Flamingo #D76853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 53.48%
G = 25.87%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D76853 (or 0xD76853) is known color: Flamingo. HEX triplet: D7, 68 and 53. RGB value is (215,104,83). Sum of RGB (Red+Green+Blue) = 215+104+83=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D76853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76853 is #2897AC. Grayscale: #868686. Windows color (decimal): -2660269 or 5466327. OLE color: 5466327.

HSL color Cylindrical-coordinate representation of color #D76853: hue angle of 9.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76853 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 83 -
CMYK 0 0.52 0.61 0.16
HSL 9.55º 0.62% 0.58% -
HSV(B) 9.55º 0.61% 0.84% -
XYZ 34.54 24.97 11.18 -
YUV 134.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 215 104 83 0 0.52 0.61 0.16 9.55 0.62 0.58
Hex D7 68 53 0 34 3D 10 A 3E 3A
Octal 327 150 123 0 64 75 20 12 76 72
Binary 11010111 1101000 1010011 0 110100 111101 10000 1010 111110 111010

Color Harmonies of #D76853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76853

Black with #D76853

Text Example


Text Example

White with #D76853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76853; }

 p { color: rgb(215,104,83); }

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

background-color css

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

 a { background-color: rgb(215,104,83); }

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

border-color css

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

 span { border-color: rgb(215,104,83); }

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