Html Css Color HEX #D3655D Roman

📋 copy color: '#D3655D'

red 211 ◦ green 101 ◦ blue 93

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

Shades of Roman #D3655D

Tints of Roman #D3655D

RGB

 RED value IS 211 (82.81% from 255) = 52.1%

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 52.1%
G = 24.94%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3655D (or 0xD3655D) is known color: Roman. HEX triplet: D3, 65 and 5D. RGB value is (211,101,93). Sum of RGB (Red+Green+Blue) = 211+101+93=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3655D is #2C9AA2. Grayscale: #858585. Windows color (decimal): -2923171 or 6120915. OLE color: 6120915.

HSL color Cylindrical-coordinate representation of color #D3655D: hue angle of 4.07º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3655D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 101 93 -
CMYK 0 0.52 0.56 0.17
HSL 4.07º 0.57% 0.6% -
HSV(B) 4.07º 0.56% 0.83% -
XYZ 33.49 23.95 13.21 -
YUV 132.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 211 101 93 0 0.52 0.56 0.17 4.07 0.57 0.6
Hex D3 65 5D 0 34 38 11 4 39 3C
Octal 323 145 135 0 64 70 21 4 71 74
Binary 11010011 1100101 1011101 0 110100 111000 10001 100 111001 111100

Color Harmonies of #D3655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3655D

Black with #D3655D

Text Example


Text Example

White with #D3655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3655D; }

 p { color: rgb(211,101,93); }

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

background-color css

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

 a { background-color: rgb(211,101,93); }

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

border-color css

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

 span { border-color: rgb(211,101,93); }

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