Html Css Color HEX #D5674B Flamingo

📋 copy color: '#D5674B'

red 213 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #D5674B

Tints of Flamingo #D5674B

RGB

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

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

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

R = 54.48%
G = 26.34%
B = 19.18%

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

#D5674B (or 0xD5674B) is known color: Flamingo. HEX triplet: D5, 67 and 4B. RGB value is (213,103,75). Sum of RGB (Red+Green+Blue) = 213+103+75=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5674B is #2A98B4. Grayscale: #848484. Windows color (decimal): -2791605 or 4941781. OLE color: 4941781.

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

Color convert

RGB 213 103 75 -
CMYK 0 0.52 0.65 0.16
HSL 12.17º 0.62% 0.56% -
HSV(B) 12.17º 0.65% 0.84% -
XYZ 33.56 24.35 9.59 -
YUV 132.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 213 103 75 0 0.52 0.65 0.16 12.17 0.62 0.56
Hex D5 67 4B 0 34 41 10 C 3E 38
Octal 325 147 113 0 64 101 20 14 76 70
Binary 11010101 1100111 1001011 0 110100 1000001 10000 1100 111110 111000

Color Harmonies of #D5674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5674B

Black with #D5674B

Text Example


Text Example

White with #D5674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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