Html Css Color HEX #DA665E Roman

📋 copy color: '#DA665E'

red 218 ◦ green 102 ◦ blue 94

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

Shades of Roman #DA665E

Tints of Roman #DA665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

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

R = 52.66%
G = 24.64%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA665E (or 0xDA665E) is known color: Roman. HEX triplet: DA, 66 and 5E. RGB value is (218,102,94). Sum of RGB (Red+Green+Blue) = 218+102+94=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA665E is #2599A1. Grayscale: #878787. Windows color (decimal): -2464162 or 6186714. OLE color: 6186714.

HSL color Cylindrical-coordinate representation of color #DA665E: hue angle of 3.87º 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 #DA665E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 94 -
CMYK 0 0.53 0.57 0.15
HSL 3.87º 0.63% 0.61% -
HSV(B) 3.87º 0.57% 0.85% -
XYZ 35.69 25.22 13.58 -
YUV 135.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 218 102 94 0 0.53 0.57 0.15 3.87 0.63 0.61
Hex DA 66 5E 0 35 39 F 4 3F 3D
Octal 332 146 136 0 65 71 17 4 77 75
Binary 11011010 1100110 1011110 0 110101 111001 1111 100 111111 111101

Color Harmonies of #DA665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA665E

Black with #DA665E

Text Example


Text Example

White with #DA665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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