Html Css Color HEX #D8694A Flamingo

📋 copy color: '#D8694A'

red 216 ◦ green 105 ◦ blue 74

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

Shades of Flamingo #D8694A

Tints of Flamingo #D8694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 54.68%
G = 26.58%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8694A (or 0xD8694A) is known color: Flamingo. HEX triplet: D8, 69 and 4A. RGB value is (216,105,74). Sum of RGB (Red+Green+Blue) = 216+105+74=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8694A is #2796B5. Grayscale: #868686. Windows color (decimal): -2594486 or 4876760. OLE color: 4876760.

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

Color convert

RGB 216 105 74 -
CMYK 0 0.51 0.66 0.15
HSL 13.1º 0.65% 0.57% -
HSV(B) 13.1º 0.66% 0.85% -
XYZ 34.61 25.2 9.52 -
YUV 134.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 216 105 74 0 0.51 0.66 0.15 13.1 0.65 0.57
Hex D8 69 4A 0 33 42 F D 41 39
Octal 330 151 112 0 63 102 17 15 101 71
Binary 11011000 1101001 1001010 0 110011 1000010 1111 1101 1000001 111001

Color Harmonies of #D8694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8694A

Black with #D8694A

Text Example


Text Example

White with #D8694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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