Html Css Color HEX #DA6B4B Flamingo

📋 copy color: '#DA6B4B'

red 218 ◦ green 107 ◦ blue 75

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

Shades of Flamingo #DA6B4B

Tints of Flamingo #DA6B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

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

R = 54.5%
G = 26.75%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA6B4B (or 0xDA6B4B) is known color: Flamingo. HEX triplet: DA, 6B and 4B. RGB value is (218,107,75). Sum of RGB (Red+Green+Blue) = 218+107+75=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B4B is #2594B4. Grayscale: #888888. Windows color (decimal): -2462901 or 4942810. OLE color: 4942810.

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

Color convert

RGB 218 107 75 -
CMYK 0 0.51 0.66 0.15
HSL 13.43º 0.66% 0.57% -
HSV(B) 13.43º 0.66% 0.85% -
XYZ 35.44 25.93 9.79 -
YUV 136.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 218 107 75 0 0.51 0.66 0.15 13.43 0.66 0.57
Hex DA 6B 4B 0 33 42 F D 42 39
Octal 332 153 113 0 63 102 17 15 102 71
Binary 11011010 1101011 1001011 0 110011 1000010 1111 1101 1000010 111001

Color Harmonies of #DA6B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B4B

Black with #DA6B4B

Text Example


Text Example

White with #DA6B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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