Html Css Color HEX #DA674D Flamingo

📋 copy color: '#DA674D'

red 218 ◦ green 103 ◦ blue 77

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

Shades of Flamingo #DA674D

Tints of Flamingo #DA674D

RGB

 RED value IS 218 (85.55% from 255) = 54.77%

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

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

R = 54.77%
G = 25.88%
B = 19.35%

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

#DA674D (or 0xDA674D) is known color: Flamingo. HEX triplet: DA, 67 and 4D. RGB value is (218,103,77). Sum of RGB (Red+Green+Blue) = 218+103+77=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA674D is #2598B2. Grayscale: #868686. Windows color (decimal): -2463923 or 5072858. OLE color: 5072858.

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

Color convert

RGB 218 103 77 -
CMYK 0 0.53 0.65 0.15
HSL 11.06º 0.66% 0.58% -
HSV(B) 11.06º 0.65% 0.85% -
XYZ 35.1 25.14 10.02 -
YUV 134.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 218 103 77 0 0.53 0.65 0.15 11.06 0.66 0.58
Hex DA 67 4D 0 35 41 F B 42 3A
Octal 332 147 115 0 65 101 17 13 102 72
Binary 11011010 1100111 1001101 0 110101 1000001 1111 1011 1000010 111010

Color Harmonies of #DA674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA674D

Black with #DA674D

Text Example


Text Example

White with #DA674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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