Html Css Color HEX #D96148 Flamingo

📋 copy color: '#D96148'

red 217 ◦ green 97 ◦ blue 72

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

Shades of Flamingo #D96148

Tints of Flamingo #D96148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 56.22%
G = 25.13%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96148 (or 0xD96148) is known color: Flamingo. HEX triplet: D9, 61 and 48. RGB value is (217,97,72). Sum of RGB (Red+Green+Blue) = 217+97+72=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96148 is #269EB7. Grayscale: #828282. Windows color (decimal): -2531000 or 4743641. OLE color: 4743641.

HSL color Cylindrical-coordinate representation of color #D96148: hue angle of 10.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D96148 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 72 -
CMYK 0 0.55 0.67 0.15
HSL 10.34º 0.66% 0.57% -
HSV(B) 10.34º 0.67% 0.85% -
XYZ 34.06 23.77 8.92 -
YUV 130.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 217 97 72 0 0.55 0.67 0.15 10.34 0.66 0.57
Hex D9 61 48 0 37 43 F A 42 39
Octal 331 141 110 0 67 103 17 12 102 71
Binary 11011001 1100001 1001000 0 110111 1000011 1111 1010 1000010 111001

Color Harmonies of #D96148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96148

Black with #D96148

Text Example


Text Example

White with #D96148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96148; }

 p { color: rgb(217,97,72); }

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

background-color css

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

 a { background-color: rgb(217,97,72); }

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

border-color css

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

 span { border-color: rgb(217,97,72); }

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