Html Css Color HEX #D6674B Flamingo

📋 copy color: '#D6674B'

red 214 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #D6674B

Tints of Flamingo #D6674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 54.59%
G = 26.28%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6674B (or 0xD6674B) is known color: Flamingo. HEX triplet: D6, 67 and 4B. RGB value is (214,103,75). Sum of RGB (Red+Green+Blue) = 214+103+75=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6674B is #2998B4. Grayscale: #858585. Windows color (decimal): -2726069 or 4941782. OLE color: 4941782.

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

Color convert

RGB 214 103 75 -
CMYK 0 0.52 0.65 0.16
HSL 12.09º 0.63% 0.57% -
HSV(B) 12.09º 0.65% 0.84% -
XYZ 33.85 24.5 9.6 -
YUV 133 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 214 103 75 0 0.52 0.65 0.16 12.09 0.63 0.57
Hex D6 67 4B 0 34 41 10 C 3F 39
Octal 326 147 113 0 64 101 20 14 77 71
Binary 11010110 1100111 1001011 0 110100 1000001 10000 1100 111111 111001

Color Harmonies of #D6674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6674B

Black with #D6674B

Text Example


Text Example

White with #D6674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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