Html Css Color HEX #D6674E Flamingo

📋 copy color: '#D6674E'

red 214 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #D6674E

Tints of Flamingo #D6674E

RGB

 RED value IS 214 (83.98% from 255) = 54.18%

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

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

R = 54.18%
G = 26.08%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6674E (or 0xD6674E) is known color: Flamingo. HEX triplet: D6, 67 and 4E. RGB value is (214,103,78). Sum of RGB (Red+Green+Blue) = 214+103+78=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6674E is #2998B1. Grayscale: #858585. Windows color (decimal): -2726066 or 5138390. OLE color: 5138390.

HSL color Cylindrical-coordinate representation of color #D6674E: hue angle of 11.03º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6674E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 78 -
CMYK 0 0.52 0.64 0.16
HSL 11.03º 0.62% 0.57% -
HSV(B) 11.03º 0.64% 0.84% -
XYZ 33.96 24.55 10.16 -
YUV 133.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 214 103 78 0 0.52 0.64 0.16 11.03 0.62 0.57
Hex D6 67 4E 0 34 40 10 B 3E 39
Octal 326 147 116 0 64 100 20 13 76 71
Binary 11010110 1100111 1001110 0 110100 1000000 10000 1011 111110 111001

Color Harmonies of #D6674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6674E

Black with #D6674E

Text Example


Text Example

White with #D6674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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