Html Css Color HEX #D36650 Flamingo

📋 copy color: '#D36650'

red 211 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #D36650

Tints of Flamingo #D36650

RGB

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

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

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

R = 53.69%
G = 25.95%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D36650 (or 0xD36650) is known color: Flamingo. HEX triplet: D3, 66 and 50. RGB value is (211,102,80). Sum of RGB (Red+Green+Blue) = 211+102+80=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D36650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36650 is #2C99AF. Grayscale: #848484. Windows color (decimal): -2922928 or 5269203. OLE color: 5269203.

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

Color convert

RGB 211 102 80 -
CMYK 0 0.52 0.62 0.17
HSL 10.08º 0.6% 0.57% -
HSV(B) 10.08º 0.62% 0.83% -
XYZ 33.06 23.93 10.47 -
YUV 132.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 211 102 80 0 0.52 0.62 0.17 10.08 0.6 0.57
Hex D3 66 50 0 34 3E 11 A 3C 39
Octal 323 146 120 0 64 76 21 12 74 71
Binary 11010011 1100110 1010000 0 110100 111110 10001 1010 111100 111001

Color Harmonies of #D36650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36650

Black with #D36650

Text Example


Text Example

White with #D36650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36650; }

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

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

background-color css

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

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

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

border-color css

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

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

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