Html Css Color HEX #DA665B Roman

📋 copy color: '#DA665B'

red 218 ◦ green 102 ◦ blue 91

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

Shades of Roman #DA665B

Tints of Roman #DA665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 53.04%
G = 24.82%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA665B (or 0xDA665B) is known color: Roman. HEX triplet: DA, 66 and 5B. RGB value is (218,102,91). Sum of RGB (Red+Green+Blue) = 218+102+91=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA665B is #2599A4. Grayscale: #878787. Windows color (decimal): -2464165 or 5990106. OLE color: 5990106.

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

Color convert

RGB 218 102 91 -
CMYK 0 0.53 0.58 0.15
HSL 5.2º 0.63% 0.61% -
HSV(B) 5.2º 0.58% 0.85% -
XYZ 35.55 25.16 12.88 -
YUV 135.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 218 102 91 0 0.53 0.58 0.15 5.2 0.63 0.61
Hex DA 66 5B 0 35 3A F 5 3F 3D
Octal 332 146 133 0 65 72 17 5 77 75
Binary 11011010 1100110 1011011 0 110101 111010 1111 101 111111 111101

Color Harmonies of #DA665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA665B

Black with #DA665B

Text Example


Text Example

White with #DA665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA665B; }

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

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

background-color css

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

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

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

border-color css

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

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

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