Html Css Color HEX #DA6B61 Roman

📋 copy color: '#DA6B61'

red 218 ◦ green 107 ◦ blue 97

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

Shades of Roman #DA6B61

Tints of Roman #DA6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 51.66%
G = 25.36%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA6B61 (or 0xDA6B61) is known color: Roman. HEX triplet: DA, 6B and 61. RGB value is (218,107,97). Sum of RGB (Red+Green+Blue) = 218+107+97=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B61 is #25949E. Grayscale: #8B8B8B. Windows color (decimal): -2462879 or 6384602. OLE color: 6384602.

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

Color convert

RGB 218 107 97 -
CMYK 0 0.51 0.56 0.15
HSL 4.96º 0.62% 0.62% -
HSV(B) 4.96º 0.56% 0.85% -
XYZ 36.33 26.28 14.47 -
YUV 139.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 218 107 97 0 0.51 0.56 0.15 4.96 0.62 0.62
Hex DA 6B 61 0 33 38 F 5 3E 3E
Octal 332 153 141 0 63 70 17 5 76 76
Binary 11011010 1101011 1100001 0 110011 111000 1111 101 111110 111110

Color Harmonies of #DA6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B61

Black with #DA6B61

Text Example


Text Example

White with #DA6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B61; }

 p { color: rgb(218,107,97); }

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

background-color css

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

 a { background-color: rgb(218,107,97); }

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

border-color css

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

 span { border-color: rgb(218,107,97); }

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