Html Css Color HEX #DA604B Flamingo

📋 copy color: '#DA604B'

red 218 ◦ green 96 ◦ blue 75

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

Shades of Flamingo #DA604B

Tints of Flamingo #DA604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 56.04%
G = 24.68%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA604B (or 0xDA604B) is known color: Flamingo. HEX triplet: DA, 60 and 4B. RGB value is (218,96,75). Sum of RGB (Red+Green+Blue) = 218+96+75=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA604B is #259FB4. Grayscale: #828282. Windows color (decimal): -2465717 or 4939994. OLE color: 4939994.

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

Color convert

RGB 218 96 75 -
CMYK 0 0.56 0.66 0.15
HSL 8.81º 0.66% 0.57% -
HSV(B) 8.81º 0.66% 0.85% -
XYZ 34.37 23.78 9.44 -
YUV 130.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 218 96 75 0 0.56 0.66 0.15 8.81 0.66 0.57
Hex DA 60 4B 0 38 42 F 9 42 39
Octal 332 140 113 0 70 102 17 11 102 71
Binary 11011010 1100000 1001011 0 111000 1000010 1111 1001 1000010 111001

Color Harmonies of #DA604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA604B

Black with #DA604B

Text Example


Text Example

White with #DA604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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