Html Css Color HEX #D8694D Flamingo

📋 copy color: '#D8694D'

red 216 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #D8694D

Tints of Flamingo #D8694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 54.27%
G = 26.38%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8694D (or 0xD8694D) is known color: Flamingo. HEX triplet: D8, 69 and 4D. RGB value is (216,105,77). Sum of RGB (Red+Green+Blue) = 216+105+77=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8694D is #2796B2. Grayscale: #878787. Windows color (decimal): -2594483 or 5073368. OLE color: 5073368.

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

Color convert

RGB 216 105 77 -
CMYK 0 0.51 0.64 0.15
HSL 12.09º 0.64% 0.57% -
HSV(B) 12.09º 0.64% 0.85% -
XYZ 34.71 25.24 10.06 -
YUV 135 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 216 105 77 0 0.51 0.64 0.15 12.09 0.64 0.57
Hex D8 69 4D 0 33 40 F C 40 39
Octal 330 151 115 0 63 100 17 14 100 71
Binary 11011000 1101001 1001101 0 110011 1000000 1111 1100 1000000 111001

Color Harmonies of #D8694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8694D

Black with #D8694D

Text Example


Text Example

White with #D8694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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