Html Css Color HEX #DA6053 Roman

📋 copy color: '#DA6053'

red 218 ◦ green 96 ◦ blue 83

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

Shades of Roman #DA6053

Tints of Roman #DA6053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 54.91%
G = 24.18%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA6053 (or 0xDA6053) is known color: Roman. HEX triplet: DA, 60 and 53. RGB value is (218,96,83). Sum of RGB (Red+Green+Blue) = 218+96+83=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6053 is #259FAC. Grayscale: #838383. Windows color (decimal): -2465709 or 5464282. OLE color: 5464282.

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

Color convert

RGB 218 96 83 -
CMYK 0 0.56 0.62 0.15
HSL 5.78º 0.65% 0.59% -
HSV(B) 5.78º 0.62% 0.85% -
XYZ 34.66 23.9 10.97 -
YUV 131 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 218 96 83 0 0.56 0.62 0.15 5.78 0.65 0.59
Hex DA 60 53 0 38 3E F 6 41 3B
Octal 332 140 123 0 70 76 17 6 101 73
Binary 11011010 1100000 1010011 0 111000 111110 1111 110 1000001 111011

Color Harmonies of #DA6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6053

Black with #DA6053

Text Example


Text Example

White with #DA6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6053; }

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

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

background-color css

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

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

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

border-color css

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

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

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