Html Css Color HEX #DA655C Roman

📋 copy color: '#DA655C'

red 218 ◦ green 101 ◦ blue 92

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

Shades of Roman #DA655C

Tints of Roman #DA655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.38%

R = 53.04%
G = 24.57%
B = 22.38%

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

#DA655C (or 0xDA655C) is known color: Roman. HEX triplet: DA, 65 and 5C. RGB value is (218,101,92). Sum of RGB (Red+Green+Blue) = 218+101+92=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655C is #259AA3. Grayscale: #878787. Windows color (decimal): -2464420 or 6055386. OLE color: 6055386.

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

Color convert

RGB 218 101 92 -
CMYK 0 0.54 0.58 0.15
HSL 4.29º 0.63% 0.61% -
HSV(B) 4.29º 0.58% 0.85% -
XYZ 35.5 24.99 13.08 -
YUV 134.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 218 101 92 0 0.54 0.58 0.15 4.29 0.63 0.61
Hex DA 65 5C 0 36 3A F 4 3F 3D
Octal 332 145 134 0 66 72 17 4 77 75
Binary 11011010 1100101 1011100 0 110110 111010 1111 100 111111 111101

Color Harmonies of #DA655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA655C

Black with #DA655C

Text Example


Text Example

White with #DA655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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