Html Css Color HEX #D36750 Flamingo

📋 copy color: '#D36750'

red 211 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #D36750

Tints of Flamingo #D36750

RGB

 RED value IS 211 (82.81% from 255) = 53.55%

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 53.55%
G = 26.14%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D36750 (or 0xD36750) is known color: Flamingo. HEX triplet: D3, 67 and 50. RGB value is (211,103,80). Sum of RGB (Red+Green+Blue) = 211+103+80=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D36750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36750 is #2C98AF. Grayscale: #848484. Windows color (decimal): -2922672 or 5269459. OLE color: 5269459.

HSL color Cylindrical-coordinate representation of color #D36750: hue angle of 10.53º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36750 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 103 80 -
CMYK 0 0.51 0.62 0.17
HSL 10.53º 0.6% 0.57% -
HSV(B) 10.53º 0.62% 0.83% -
XYZ 33.16 24.13 10.5 -
YUV 132.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 211 103 80 0 0.51 0.62 0.17 10.53 0.6 0.57
Hex D3 67 50 0 33 3E 11 B 3C 39
Octal 323 147 120 0 63 76 21 13 74 71
Binary 11010011 1100111 1010000 0 110011 111110 10001 1011 111100 111001

Color Harmonies of #D36750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36750

Black with #D36750

Text Example


Text Example

White with #D36750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36750; }

 p { color: rgb(211,103,80); }

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

background-color css

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

 a { background-color: rgb(211,103,80); }

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

border-color css

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

 span { border-color: rgb(211,103,80); }

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