Html Css Color HEX #D9674D Flamingo

📋 copy color: '#D9674D'

red 217 ◦ green 103 ◦ blue 77

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

Shades of Flamingo #D9674D

Tints of Flamingo #D9674D

RGB

 RED value IS 217 (85.16% from 255) = 54.66%

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 54.66%
G = 25.94%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9674D (or 0xD9674D) is known color: Flamingo. HEX triplet: D9, 67 and 4D. RGB value is (217,103,77). Sum of RGB (Red+Green+Blue) = 217+103+77=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9674D is #2698B2. Grayscale: #868686. Windows color (decimal): -2529459 or 5072857. OLE color: 5072857.

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

Color convert

RGB 217 103 77 -
CMYK 0 0.53 0.65 0.15
HSL 11.14º 0.65% 0.58% -
HSV(B) 11.14º 0.65% 0.85% -
XYZ 34.81 24.99 10.01 -
YUV 134.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 217 103 77 0 0.53 0.65 0.15 11.14 0.65 0.58
Hex D9 67 4D 0 35 41 F B 41 3A
Octal 331 147 115 0 65 101 17 13 101 72
Binary 11011001 1100111 1001101 0 110101 1000001 1111 1011 1000001 111010

Color Harmonies of #D9674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9674D

Black with #D9674D

Text Example


Text Example

White with #D9674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9674D; }

 p { color: rgb(217,103,77); }

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

background-color css

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

 a { background-color: rgb(217,103,77); }

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

border-color css

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

 span { border-color: rgb(217,103,77); }

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