Html Css Color HEX #D8674B Flamingo

📋 copy color: '#D8674B'

red 216 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #D8674B

Tints of Flamingo #D8674B

RGB

 RED value IS 216 (84.77% from 255) = 54.82%

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

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

R = 54.82%
G = 26.14%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8674B (or 0xD8674B) is known color: Flamingo. HEX triplet: D8, 67 and 4B. RGB value is (216,103,75). Sum of RGB (Red+Green+Blue) = 216+103+75=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8674B is #2798B4. Grayscale: #858585. Windows color (decimal): -2594997 or 4941784. OLE color: 4941784.

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

Color convert

RGB 216 103 75 -
CMYK 0 0.52 0.65 0.15
HSL 11.91º 0.64% 0.57% -
HSV(B) 11.91º 0.65% 0.85% -
XYZ 34.44 24.81 9.63 -
YUV 133.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 216 103 75 0 0.52 0.65 0.15 11.91 0.64 0.57
Hex D8 67 4B 0 34 41 F C 40 39
Octal 330 147 113 0 64 101 17 14 100 71
Binary 11011000 1100111 1001011 0 110100 1000001 1111 1100 1000000 111001

Color Harmonies of #D8674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8674B

Black with #D8674B

Text Example


Text Example

White with #D8674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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