Html Css Color HEX #D9674E Flamingo

📋 copy color: '#D9674E'

red 217 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #D9674E

Tints of Flamingo #D9674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 54.52%
G = 25.88%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9674E (or 0xD9674E) is known color: Flamingo. HEX triplet: D9, 67 and 4E. RGB value is (217,103,78). Sum of RGB (Red+Green+Blue) = 217+103+78=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9674E is #2698B1. Grayscale: #868686. Windows color (decimal): -2529458 or 5138393. OLE color: 5138393.

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

Color convert

RGB 217 103 78 -
CMYK 0 0.53 0.64 0.15
HSL 10.79º 0.65% 0.58% -
HSV(B) 10.79º 0.64% 0.85% -
XYZ 34.84 25 10.2 -
YUV 134.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 217 103 78 0 0.53 0.64 0.15 10.79 0.65 0.58
Hex D9 67 4E 0 35 40 F B 41 3A
Octal 331 147 116 0 65 100 17 13 101 72
Binary 11011001 1100111 1001110 0 110101 1000000 1111 1011 1000001 111010

Color Harmonies of #D9674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9674E

Black with #D9674E

Text Example


Text Example

White with #D9674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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