Html Css Color HEX #DA6354 Roman

📋 copy color: '#DA6354'

red 218 ◦ green 99 ◦ blue 84

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

Shades of Roman #DA6354

Tints of Roman #DA6354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 54.36%
G = 24.69%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA6354 (or 0xDA6354) is known color: Roman. HEX triplet: DA, 63 and 54. RGB value is (218,99,84). Sum of RGB (Red+Green+Blue) = 218+99+84=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6354 is #259CAB. Grayscale: #858585. Windows color (decimal): -2464940 or 5530586. OLE color: 5530586.

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

Color convert

RGB 218 99 84 -
CMYK 0 0.55 0.61 0.15
HSL 6.72º 0.64% 0.59% -
HSV(B) 6.72º 0.61% 0.85% -
XYZ 34.98 24.47 11.27 -
YUV 132.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 218 99 84 0 0.55 0.61 0.15 6.72 0.64 0.59
Hex DA 63 54 0 37 3D F 7 40 3B
Octal 332 143 124 0 67 75 17 7 100 73
Binary 11011010 1100011 1010100 0 110111 111101 1111 111 1000000 111011

Color Harmonies of #DA6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6354

Black with #DA6354

Text Example


Text Example

White with #DA6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6354; }

 p { color: rgb(218,99,84); }

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

background-color css

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

 a { background-color: rgb(218,99,84); }

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

border-color css

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

 span { border-color: rgb(218,99,84); }

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