Html Css Color HEX #D3685F Roman

📋 copy color: '#D3685F'

red 211 ◦ green 104 ◦ blue 95

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

Shades of Roman #D3685F

Tints of Roman #D3685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 51.46%
G = 25.37%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3685F (or 0xD3685F) is known color: Roman. HEX triplet: D3, 68 and 5F. RGB value is (211,104,95). Sum of RGB (Red+Green+Blue) = 211+104+95=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3685F is #2C97A0. Grayscale: #878787. Windows color (decimal): -2922401 or 6252755. OLE color: 6252755.

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

Color convert

RGB 211 104 95 -
CMYK 0 0.51 0.55 0.17
HSL 4.66º 0.57% 0.6% -
HSV(B) 4.66º 0.55% 0.83% -
XYZ 33.88 24.58 13.78 -
YUV 134.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 211 104 95 0 0.51 0.55 0.17 4.66 0.57 0.6
Hex D3 68 5F 0 33 37 11 5 39 3C
Octal 323 150 137 0 63 67 21 5 71 74
Binary 11010011 1101000 1011111 0 110011 110111 10001 101 111001 111100

Color Harmonies of #D3685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3685F

Black with #D3685F

Text Example


Text Example

White with #D3685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3685F; }

 p { color: rgb(211,104,95); }

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

background-color css

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

 a { background-color: rgb(211,104,95); }

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

border-color css

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

 span { border-color: rgb(211,104,95); }

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