Html Css Color HEX #D5685D Roman

📋 copy color: '#D5685D'

red 213 ◦ green 104 ◦ blue 93

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

Shades of Roman #D5685D

Tints of Roman #D5685D

RGB

 RED value IS 213 (83.59% from 255) = 51.95%

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

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

R = 51.95%
G = 25.37%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5685D (or 0xD5685D) is known color: Roman. HEX triplet: D5, 68 and 5D. RGB value is (213,104,93). Sum of RGB (Red+Green+Blue) = 213+104+93=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5685D is #2A97A2. Grayscale: #878787. Windows color (decimal): -2791331 or 6121685. OLE color: 6121685.

HSL color Cylindrical-coordinate representation of color #D5685D: hue angle of 5.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5685D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 93 -
CMYK 0 0.51 0.56 0.16
HSL 5.5º 0.59% 0.6% -
HSV(B) 5.5º 0.56% 0.84% -
XYZ 34.37 24.84 13.34 -
YUV 135.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 213 104 93 0 0.51 0.56 0.16 5.5 0.59 0.6
Hex D5 68 5D 0 33 38 10 6 3B 3C
Octal 325 150 135 0 63 70 20 6 73 74
Binary 11010101 1101000 1011101 0 110011 111000 10000 110 111011 111100

Color Harmonies of #D5685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5685D

Black with #D5685D

Text Example


Text Example

White with #D5685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5685D; }

 p { color: rgb(213,104,93); }

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

background-color css

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

 a { background-color: rgb(213,104,93); }

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

border-color css

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

 span { border-color: rgb(213,104,93); }

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