Html Css Color HEX #D76952 Flamingo

📋 copy color: '#D76952'

red 215 ◦ green 105 ◦ blue 82

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

Shades of Flamingo #D76952

Tints of Flamingo #D76952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.12%

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

R = 53.48%
G = 26.12%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76952 (or 0xD76952) is known color: Flamingo. HEX triplet: D7, 69 and 52. RGB value is (215,105,82). Sum of RGB (Red+Green+Blue) = 215+105+82=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D76952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76952 is #2896AD. Grayscale: #878787. Windows color (decimal): -2660014 or 5401047. OLE color: 5401047.

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

Color convert

RGB 215 105 82 -
CMYK 0 0.51 0.62 0.16
HSL 10.38º 0.62% 0.58% -
HSV(B) 10.38º 0.62% 0.84% -
XYZ 34.6 25.16 11.02 -
YUV 135.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 215 105 82 0 0.51 0.62 0.16 10.38 0.62 0.58
Hex D7 69 52 0 33 3E 10 A 3E 3A
Octal 327 151 122 0 63 76 20 12 76 72
Binary 11010111 1101001 1010010 0 110011 111110 10000 1010 111110 111010

Color Harmonies of #D76952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76952

Black with #D76952

Text Example


Text Example

White with #D76952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76952; }

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

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

background-color css

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

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

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

border-color css

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

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

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