Html Css Color HEX #D9674F Flamingo

📋 copy color: '#D9674F'

red 217 ◦ green 103 ◦ blue 79

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

Shades of Flamingo #D9674F

Tints of Flamingo #D9674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 54.39%
G = 25.81%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9674F (or 0xD9674F) is known color: Flamingo. HEX triplet: D9, 67 and 4F. RGB value is (217,103,79). Sum of RGB (Red+Green+Blue) = 217+103+79=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9674F is #2698B0. Grayscale: #868686. Windows color (decimal): -2529457 or 5203929. OLE color: 5203929.

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

Color convert

RGB 217 103 79 -
CMYK 0 0.53 0.64 0.15
HSL 10.43º 0.64% 0.58% -
HSV(B) 10.43º 0.64% 0.85% -
XYZ 34.88 25.02 10.39 -
YUV 134.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 217 103 79 0 0.53 0.64 0.15 10.43 0.64 0.58
Hex D9 67 4F 0 35 40 F A 40 3A
Octal 331 147 117 0 65 100 17 12 100 72
Binary 11011001 1100111 1001111 0 110101 1000000 1111 1010 1000000 111010

Color Harmonies of #D9674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9674F

Black with #D9674F

Text Example


Text Example

White with #D9674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9674F; }

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

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

background-color css

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

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

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

border-color css

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

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

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