Html Css Color HEX #D9674B Flamingo

📋 copy color: '#D9674B'

red 217 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #D9674B

Tints of Flamingo #D9674B

RGB

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

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

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

R = 54.94%
G = 26.08%
B = 18.99%

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

#D9674B (or 0xD9674B) is known color: Flamingo. HEX triplet: D9, 67 and 4B. RGB value is (217,103,75). Sum of RGB (Red+Green+Blue) = 217+103+75=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9674B is #2698B4. Grayscale: #868686. Windows color (decimal): -2529461 or 4941785. OLE color: 4941785.

HSL color Cylindrical-coordinate representation of color #D9674B: hue angle of 11.83º degrees, saturation: 0.65, 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 #D9674B is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 75 -
CMYK 0 0.53 0.65 0.15
HSL 11.83º 0.65% 0.57% -
HSV(B) 11.83º 0.65% 0.85% -
XYZ 34.74 24.96 9.64 -
YUV 133.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 217 103 75 0 0.53 0.65 0.15 11.83 0.65 0.57
Hex D9 67 4B 0 35 41 F C 41 39
Octal 331 147 113 0 65 101 17 14 101 71
Binary 11011001 1100111 1001011 0 110101 1000001 1111 1100 1000001 111001

Color Harmonies of #D9674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9674B

Black with #D9674B

Text Example


Text Example

White with #D9674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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