Html Css Color HEX #D06A5D Roman

📋 copy color: '#D06A5D'

red 208 ◦ green 106 ◦ blue 93

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

Shades of Roman #D06A5D

Tints of Roman #D06A5D

RGB

 RED value IS 208 (81.64% from 255) = 51.11%

 GREEN value IS 106 (41.8% from 255) = 26.04%

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

R = 51.11%
G = 26.04%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D06A5D (or 0xD06A5D) is known color: Roman. HEX triplet: D0, 6A and 5D. RGB value is (208,106,93). Sum of RGB (Red+Green+Blue) = 208+106+93=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A5D is #2F95A2. Grayscale: #878787. Windows color (decimal): -3118499 or 6122192. OLE color: 6122192.

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

Color convert

RGB 208 106 93 -
CMYK 0 0.49 0.55 0.18
HSL 6.78º 0.55% 0.59% -
HSV(B) 6.78º 0.55% 0.82% -
XYZ 33.14 24.51 13.34 -
YUV 135.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 208 106 93 0 0.49 0.55 0.18 6.78 0.55 0.59
Hex D0 6A 5D 0 31 37 12 7 37 3B
Octal 320 152 135 0 61 67 22 7 67 73
Binary 11010000 1101010 1011101 0 110001 110111 10010 111 110111 111011

Color Harmonies of #D06A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A5D

Black with #D06A5D

Text Example


Text Example

White with #D06A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A5D; }

 p { color: rgb(208,106,93); }

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

background-color css

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

 a { background-color: rgb(208,106,93); }

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

border-color css

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

 span { border-color: rgb(208,106,93); }

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