Html Css Color HEX #DA6A4B Flamingo

📋 copy color: '#DA6A4B'

red 218 ◦ green 106 ◦ blue 75

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

Shades of Flamingo #DA6A4B

Tints of Flamingo #DA6A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 54.64%
G = 26.57%
B = 18.8%

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

#DA6A4B (or 0xDA6A4B) is known color: Flamingo. HEX triplet: DA, 6A and 4B. RGB value is (218,106,75). Sum of RGB (Red+Green+Blue) = 218+106+75=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A4B is #2595B4. Grayscale: #888888. Windows color (decimal): -2463157 or 4942554. OLE color: 4942554.

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

Color convert

RGB 218 106 75 -
CMYK 0 0.51 0.66 0.15
HSL 13.01º 0.66% 0.57% -
HSV(B) 13.01º 0.66% 0.85% -
XYZ 35.34 25.72 9.76 -
YUV 135.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 218 106 75 0 0.51 0.66 0.15 13.01 0.66 0.57
Hex DA 6A 4B 0 33 42 F D 42 39
Octal 332 152 113 0 63 102 17 15 102 71
Binary 11011010 1101010 1001011 0 110011 1000010 1111 1101 1000010 111001

Color Harmonies of #DA6A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A4B

Black with #DA6A4B

Text Example


Text Example

White with #DA6A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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