Html Css Color HEX #D8694C Flamingo

📋 copy color: '#D8694C'

red 216 ◦ green 105 ◦ blue 76

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

Shades of Flamingo #D8694C

Tints of Flamingo #D8694C

RGB

 RED value IS 216 (84.77% from 255) = 54.41%

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

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 54.41%
G = 26.45%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8694C (or 0xD8694C) is known color: Flamingo. HEX triplet: D8, 69 and 4C. RGB value is (216,105,76). Sum of RGB (Red+Green+Blue) = 216+105+76=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8694C is #2796B3. Grayscale: #878787. Windows color (decimal): -2594484 or 5007832. OLE color: 5007832.

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

Color convert

RGB 216 105 76 -
CMYK 0 0.51 0.65 0.15
HSL 12.43º 0.64% 0.57% -
HSV(B) 12.43º 0.65% 0.85% -
XYZ 34.67 25.22 9.88 -
YUV 134.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 216 105 76 0 0.51 0.65 0.15 12.43 0.64 0.57
Hex D8 69 4C 0 33 41 F C 40 39
Octal 330 151 114 0 63 101 17 14 100 71
Binary 11011000 1101001 1001100 0 110011 1000001 1111 1100 1000000 111001

Color Harmonies of #D8694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8694C

Black with #D8694C

Text Example


Text Example

White with #D8694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8694C; }

 p { color: rgb(216,105,76); }

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

background-color css

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

 a { background-color: rgb(216,105,76); }

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

border-color css

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

 span { border-color: rgb(216,105,76); }

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