Html Css Color HEX #DA644B Flamingo

📋 copy color: '#DA644B'

red 218 ◦ green 100 ◦ blue 75

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

Shades of Flamingo #DA644B

Tints of Flamingo #DA644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 55.47%
G = 25.45%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA644B (or 0xDA644B) is known color: Flamingo. HEX triplet: DA, 64 and 4B. RGB value is (218,100,75). Sum of RGB (Red+Green+Blue) = 218+100+75=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA644B is #259BB4. Grayscale: #848484. Windows color (decimal): -2464693 or 4941018. OLE color: 4941018.

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

Color convert

RGB 218 100 75 -
CMYK 0 0.54 0.66 0.15
HSL 10.49º 0.66% 0.57% -
HSV(B) 10.49º 0.66% 0.85% -
XYZ 34.74 24.53 9.56 -
YUV 132.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 218 100 75 0 0.54 0.66 0.15 10.49 0.66 0.57
Hex DA 64 4B 0 36 42 F A 42 39
Octal 332 144 113 0 66 102 17 12 102 71
Binary 11011010 1100100 1001011 0 110110 1000010 1111 1010 1000010 111001

Color Harmonies of #DA644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA644B

Black with #DA644B

Text Example


Text Example

White with #DA644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA644B; }

 p { color: rgb(218,100,75); }

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

background-color css

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

 a { background-color: rgb(218,100,75); }

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

border-color css

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

 span { border-color: rgb(218,100,75); }

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