Html Css Color HEX #DA6258 Roman

📋 copy color: '#DA6258'

red 218 ◦ green 98 ◦ blue 88

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

Shades of Roman #DA6258

Tints of Roman #DA6258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 53.96%
G = 24.26%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA6258 (or 0xDA6258) is known color: Roman. HEX triplet: DA, 62 and 58. RGB value is (218,98,88). Sum of RGB (Red+Green+Blue) = 218+98+88=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6258 is #259DA7. Grayscale: #848484. Windows color (decimal): -2465192 or 5792474. OLE color: 5792474.

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

Color convert

RGB 218 98 88 -
CMYK 0 0.55 0.60 0.15
HSL 4.62º 0.64% 0.6% -
HSV(B) 4.62º 0.6% 0.85% -
XYZ 35.04 24.35 12.08 -
YUV 132.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 218 98 88 0 0.55 0.60 0.15 4.62 0.64 0.6
Hex DA 62 58 0 37 3C F 5 40 3C
Octal 332 142 130 0 67 74 17 5 100 74
Binary 11011010 1100010 1011000 0 110111 111100 1111 101 1000000 111100

Color Harmonies of #DA6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6258

Black with #DA6258

Text Example


Text Example

White with #DA6258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6258; }

 p { color: rgb(218,98,88); }

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

background-color css

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

 a { background-color: rgb(218,98,88); }

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

border-color css

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

 span { border-color: rgb(218,98,88); }

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