Html Css Color HEX #D5674C Flamingo

📋 copy color: '#D5674C'

red 213 ◦ green 103 ◦ blue 76

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

Shades of Flamingo #D5674C

Tints of Flamingo #D5674C

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

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

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 54.34%
G = 26.28%
B = 19.39%

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

#D5674C (or 0xD5674C) is known color: Flamingo. HEX triplet: D5, 67 and 4C. RGB value is (213,103,76). Sum of RGB (Red+Green+Blue) = 213+103+76=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5674C is #2A98B3. Grayscale: #858585. Windows color (decimal): -2791604 or 5007317. OLE color: 5007317.

HSL color Cylindrical-coordinate representation of color #D5674C: hue angle of 11.82º 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 #D5674C is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 76 -
CMYK 0 0.52 0.64 0.16
HSL 11.82º 0.62% 0.57% -
HSV(B) 11.82º 0.64% 0.84% -
XYZ 33.6 24.37 9.77 -
YUV 132.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 213 103 76 0 0.52 0.64 0.16 11.82 0.62 0.57
Hex D5 67 4C 0 34 40 10 C 3E 39
Octal 325 147 114 0 64 100 20 14 76 71
Binary 11010101 1100111 1001100 0 110100 1000000 10000 1100 111110 111001

Color Harmonies of #D5674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5674C

Black with #D5674C

Text Example


Text Example

White with #D5674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5674C; }

 p { color: rgb(213,103,76); }

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

background-color css

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

 a { background-color: rgb(213,103,76); }

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

border-color css

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

 span { border-color: rgb(213,103,76); }

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