Html Css Color HEX #D1685A Roman

📋 copy color: '#D1685A'

red 209 ◦ green 104 ◦ blue 90

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

Shades of Roman #D1685A

Tints of Roman #D1685A

RGB

 RED value IS 209 (82.03% from 255) = 51.86%

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 51.86%
G = 25.81%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1685A (or 0xD1685A) is known color: Roman. HEX triplet: D1, 68 and 5A. RGB value is (209,104,90). Sum of RGB (Red+Green+Blue) = 209+104+90=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1685A is #2E97A5. Grayscale: #858585. Windows color (decimal): -3053478 or 5925073. OLE color: 5925073.

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

Color convert

RGB 209 104 90 -
CMYK 0 0.50 0.57 0.18
HSL 7.06º 0.56% 0.59% -
HSV(B) 7.06º 0.57% 0.82% -
XYZ 33.09 24.19 12.6 -
YUV 133.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 209 104 90 0 0.50 0.57 0.18 7.06 0.56 0.59
Hex D1 68 5A 0 32 39 12 7 38 3B
Octal 321 150 132 0 62 71 22 7 70 73
Binary 11010001 1101000 1011010 0 110010 111001 10010 111 111000 111011

Color Harmonies of #D1685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1685A

Black with #D1685A

Text Example


Text Example

White with #D1685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1685A; }

 p { color: rgb(209,104,90); }

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

background-color css

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

 a { background-color: rgb(209,104,90); }

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

border-color css

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

 span { border-color: rgb(209,104,90); }

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