Html Css Color HEX #D5685C Roman

📋 copy color: '#D5685C'

red 213 ◦ green 104 ◦ blue 92

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

Shades of Roman #D5685C

Tints of Roman #D5685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 52.08%
G = 25.43%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5685C (or 0xD5685C) is known color: Roman. HEX triplet: D5, 68 and 5C. RGB value is (213,104,92). Sum of RGB (Red+Green+Blue) = 213+104+92=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5685C is #2A97A3. Grayscale: #878787. Windows color (decimal): -2791332 or 6056149. OLE color: 6056149.

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

Color convert

RGB 213 104 92 -
CMYK 0 0.51 0.57 0.16
HSL 5.95º 0.59% 0.6% -
HSV(B) 5.95º 0.57% 0.84% -
XYZ 34.32 24.82 13.11 -
YUV 135.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 213 104 92 0 0.51 0.57 0.16 5.95 0.59 0.6
Hex D5 68 5C 0 33 39 10 6 3B 3C
Octal 325 150 134 0 63 71 20 6 73 74
Binary 11010101 1101000 1011100 0 110011 111001 10000 110 111011 111100

Color Harmonies of #D5685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5685C

Black with #D5685C

Text Example


Text Example

White with #D5685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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