Html Css Color HEX #D96750 Flamingo

📋 copy color: '#D96750'

red 217 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #D96750

Tints of Flamingo #D96750

RGB

 RED value IS 217 (85.16% from 255) = 54.25%

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

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

R = 54.25%
G = 25.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96750 (or 0xD96750) is known color: Flamingo. HEX triplet: D9, 67 and 50. RGB value is (217,103,80). Sum of RGB (Red+Green+Blue) = 217+103+80=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D96750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96750 is #2698AF. Grayscale: #868686. Windows color (decimal): -2529456 or 5269465. OLE color: 5269465.

HSL color Cylindrical-coordinate representation of color #D96750: hue angle of 10.07º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96750 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 80 -
CMYK 0 0.53 0.63 0.15
HSL 10.07º 0.64% 0.58% -
HSV(B) 10.07º 0.63% 0.85% -
XYZ 34.91 25.03 10.58 -
YUV 134.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 217 103 80 0 0.53 0.63 0.15 10.07 0.64 0.58
Hex D9 67 50 0 35 3F F A 40 3A
Octal 331 147 120 0 65 77 17 12 100 72
Binary 11011001 1100111 1010000 0 110101 111111 1111 1010 1000000 111010

Color Harmonies of #D96750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96750

Black with #D96750

Text Example


Text Example

White with #D96750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96750; }

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

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

background-color css

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

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

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

border-color css

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

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

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