Html Css Color HEX #DA605B Roman

📋 copy color: '#DA605B'

red 218 ◦ green 96 ◦ blue 91

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

Shades of Roman #DA605B

Tints of Roman #DA605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 53.83%
G = 23.7%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA605B (or 0xDA605B) is known color: Roman. HEX triplet: DA, 60 and 5B. RGB value is (218,96,91). Sum of RGB (Red+Green+Blue) = 218+96+91=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA605B is #259FA4. Grayscale: #848484. Windows color (decimal): -2465701 or 5988570. OLE color: 5988570.

HSL color Cylindrical-coordinate representation of color #DA605B: hue angle of 2.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA605B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 91 -
CMYK 0 0.56 0.58 0.15
HSL 2.36º 0.63% 0.61% -
HSV(B) 2.36º 0.58% 0.85% -
XYZ 34.98 24.03 12.69 -
YUV 131.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 218 96 91 0 0.56 0.58 0.15 2.36 0.63 0.61
Hex DA 60 5B 0 38 3A F 2 3F 3D
Octal 332 140 133 0 70 72 17 2 77 75
Binary 11011010 1100000 1011011 0 111000 111010 1111 10 111111 111101

Color Harmonies of #DA605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA605B

Black with #DA605B

Text Example


Text Example

White with #DA605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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