Html Css Color HEX #D5655E Roman

📋 copy color: '#D5655E'

red 213 ◦ green 101 ◦ blue 94

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

Shades of Roman #D5655E

Tints of Roman #D5655E

RGB

 RED value IS 213 (83.59% from 255) = 52.21%

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

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

R = 52.21%
G = 24.75%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5655E (or 0xD5655E) is known color: Roman. HEX triplet: D5, 65 and 5E. RGB value is (213,101,94). Sum of RGB (Red+Green+Blue) = 213+101+94=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5655E is #2A9AA1. Grayscale: #858585. Windows color (decimal): -2792098 or 6186453. OLE color: 6186453.

HSL color Cylindrical-coordinate representation of color #D5655E: hue angle of 3.53º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5655E is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 94 -
CMYK 0 0.53 0.56 0.16
HSL 3.53º 0.59% 0.6% -
HSV(B) 3.53º 0.56% 0.84% -
XYZ 34.11 24.26 13.47 -
YUV 133.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 213 101 94 0 0.53 0.56 0.16 3.53 0.59 0.6
Hex D5 65 5E 0 35 38 10 4 3B 3C
Octal 325 145 136 0 65 70 20 4 73 74
Binary 11010101 1100101 1011110 0 110101 111000 10000 100 111011 111100

Color Harmonies of #D5655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5655E

Black with #D5655E

Text Example


Text Example

White with #D5655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5655E; }

 p { color: rgb(213,101,94); }

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

background-color css

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

 a { background-color: rgb(213,101,94); }

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

border-color css

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

 span { border-color: rgb(213,101,94); }

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