Html Css Color HEX #DA655B Roman

📋 copy color: '#DA655B'

red 218 ◦ green 101 ◦ blue 91

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

Shades of Roman #DA655B

Tints of Roman #DA655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

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

R = 53.17%
G = 24.63%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA655B (or 0xDA655B) is known color: Roman. HEX triplet: DA, 65 and 5B. RGB value is (218,101,91). Sum of RGB (Red+Green+Blue) = 218+101+91=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655B is #259AA4. Grayscale: #868686. Windows color (decimal): -2464421 or 5989850. OLE color: 5989850.

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

Color convert

RGB 218 101 91 -
CMYK 0 0.54 0.58 0.15
HSL 4.72º 0.63% 0.61% -
HSV(B) 4.72º 0.58% 0.85% -
XYZ 35.46 24.97 12.85 -
YUV 134.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 218 101 91 0 0.54 0.58 0.15 4.72 0.63 0.61
Hex DA 65 5B 0 36 3A F 5 3F 3D
Octal 332 145 133 0 66 72 17 5 77 75
Binary 11011010 1100101 1011011 0 110110 111010 1111 101 111111 111101

Color Harmonies of #DA655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA655B

Black with #DA655B

Text Example


Text Example

White with #DA655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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