Html Css Color HEX #D8674A Flamingo

📋 copy color: '#D8674A'

red 216 ◦ green 103 ◦ blue 74

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

Shades of Flamingo #D8674A

Tints of Flamingo #D8674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 54.96%
G = 26.21%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8674A (or 0xD8674A) is known color: Flamingo. HEX triplet: D8, 67 and 4A. RGB value is (216,103,74). Sum of RGB (Red+Green+Blue) = 216+103+74=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8674A is #2798B5. Grayscale: #858585. Windows color (decimal): -2594998 or 4876248. OLE color: 4876248.

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

Color convert

RGB 216 103 74 -
CMYK 0 0.52 0.66 0.15
HSL 12.25º 0.65% 0.57% -
HSV(B) 12.25º 0.66% 0.85% -
XYZ 34.41 24.79 9.45 -
YUV 133.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 216 103 74 0 0.52 0.66 0.15 12.25 0.65 0.57
Hex D8 67 4A 0 34 42 F C 41 39
Octal 330 147 112 0 64 102 17 14 101 71
Binary 11011000 1100111 1001010 0 110100 1000010 1111 1100 1000001 111001

Color Harmonies of #D8674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8674A

Black with #D8674A

Text Example


Text Example

White with #D8674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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