Html Css Color HEX #D3695B Roman

📋 copy color: '#D3695B'

red 211 ◦ green 105 ◦ blue 91

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

Shades of Roman #D3695B

Tints of Roman #D3695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 51.84%
G = 25.8%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3695B (or 0xD3695B) is known color: Roman. HEX triplet: D3, 69 and 5B. RGB value is (211,105,91). Sum of RGB (Red+Green+Blue) = 211+105+91=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3695B is #2C96A4. Grayscale: #878787. Windows color (decimal): -2922149 or 5990867. OLE color: 5990867.

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

Color convert

RGB 211 105 91 -
CMYK 0 0.50 0.57 0.17
HSL 0.58% 0.59% -
HSV(B) 0.57% 0.83% -
XYZ 33.8 24.71 12.88 -
YUV 135.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 211 105 91 0 0.50 0.57 0.17 7 0.58 0.59
Hex D3 69 5B 0 32 39 11 7 3A 3B
Octal 323 151 133 0 62 71 21 7 72 73
Binary 11010011 1101001 1011011 0 110010 111001 10001 111 111010 111011

Color Harmonies of #D3695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3695B

Black with #D3695B

Text Example


Text Example

White with #D3695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3695B; }

 p { color: rgb(211,105,91); }

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

background-color css

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

 a { background-color: rgb(211,105,91); }

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

border-color css

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

 span { border-color: rgb(211,105,91); }

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