Html Css Color HEX #D9674A Flamingo

📋 copy color: '#D9674A'

red 217 ◦ green 103 ◦ blue 74

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

Shades of Flamingo #D9674A

Tints of Flamingo #D9674A

RGB

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

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

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

R = 55.08%
G = 26.14%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9674A (or 0xD9674A) is known color: Flamingo. HEX triplet: D9, 67 and 4A. RGB value is (217,103,74). Sum of RGB (Red+Green+Blue) = 217+103+74=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9674A is #2698B5. Grayscale: #868686. Windows color (decimal): -2529462 or 4876249. OLE color: 4876249.

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

Color convert

RGB 217 103 74 -
CMYK 0 0.53 0.66 0.15
HSL 12.17º 0.65% 0.57% -
HSV(B) 12.17º 0.66% 0.85% -
XYZ 34.7 24.95 9.46 -
YUV 133.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 217 103 74 0 0.53 0.66 0.15 12.17 0.65 0.57
Hex D9 67 4A 0 35 42 F C 41 39
Octal 331 147 112 0 65 102 17 14 101 71
Binary 11011001 1100111 1001010 0 110101 1000010 1111 1100 1000001 111001

Color Harmonies of #D9674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9674A

Black with #D9674A

Text Example


Text Example

White with #D9674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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