Html Css Color HEX #DA654F Flamingo

📋 copy color: '#DA654F'

red 218 ◦ green 101 ◦ blue 79

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

Shades of Flamingo #DA654F

Tints of Flamingo #DA654F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 54.77%
G = 25.38%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA654F (or 0xDA654F) is known color: Flamingo. HEX triplet: DA, 65 and 4F. RGB value is (218,101,79). Sum of RGB (Red+Green+Blue) = 218+101+79=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA654F is #259AB0. Grayscale: #858585. Windows color (decimal): -2464433 or 5203418. OLE color: 5203418.

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

Color convert

RGB 218 101 79 -
CMYK 0 0.54 0.64 0.15
HSL 9.5º 0.65% 0.58% -
HSV(B) 9.5º 0.64% 0.85% -
XYZ 34.98 24.78 10.34 -
YUV 133.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 218 101 79 0 0.54 0.64 0.15 9.5 0.65 0.58
Hex DA 65 4F 0 36 40 F 9 41 3A
Octal 332 145 117 0 66 100 17 11 101 72
Binary 11011010 1100101 1001111 0 110110 1000000 1111 1001 1000001 111010

Color Harmonies of #DA654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA654F

Black with #DA654F

Text Example


Text Example

White with #DA654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA654F; }

 p { color: rgb(218,101,79); }

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

background-color css

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

 a { background-color: rgb(218,101,79); }

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

border-color css

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

 span { border-color: rgb(218,101,79); }

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