Html Css Color HEX #DA6A5E Roman

📋 copy color: '#DA6A5E'

red 218 ◦ green 106 ◦ blue 94

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

Shades of Roman #DA6A5E

Tints of Roman #DA6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 52.15%
G = 25.36%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA6A5E (or 0xDA6A5E) is known color: Roman. HEX triplet: DA, 6A and 5E. RGB value is (218,106,94). Sum of RGB (Red+Green+Blue) = 218+106+94=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A5E is #2595A1. Grayscale: #8A8A8A. Windows color (decimal): -2463138 or 6187738. OLE color: 6187738.

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

Color convert

RGB 218 106 94 -
CMYK 0 0.51 0.57 0.15
HSL 5.81º 0.63% 0.61% -
HSV(B) 5.81º 0.57% 0.85% -
XYZ 36.09 26.02 13.71 -
YUV 138.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 218 106 94 0 0.51 0.57 0.15 5.81 0.63 0.61
Hex DA 6A 5E 0 33 39 F 6 3F 3D
Octal 332 152 136 0 63 71 17 6 77 75
Binary 11011010 1101010 1011110 0 110011 111001 1111 110 111111 111101

Color Harmonies of #DA6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A5E

Black with #DA6A5E

Text Example


Text Example

White with #DA6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A5E; }

 p { color: rgb(218,106,94); }

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

background-color css

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

 a { background-color: rgb(218,106,94); }

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

border-color css

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

 span { border-color: rgb(218,106,94); }

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