Html Css Color HEX #D4685D Roman

📋 copy color: '#D4685D'

red 212 ◦ green 104 ◦ blue 93

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

Shades of Roman #D4685D

Tints of Roman #D4685D

RGB

 RED value IS 212 (83.2% from 255) = 51.83%

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

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

R = 51.83%
G = 25.43%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4685D (or 0xD4685D) is known color: Roman. HEX triplet: D4, 68 and 5D. RGB value is (212,104,93). Sum of RGB (Red+Green+Blue) = 212+104+93=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4685D is #2B97A2. Grayscale: #878787. Windows color (decimal): -2856867 or 6121684. OLE color: 6121684.

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

Color convert

RGB 212 104 93 -
CMYK 0 0.51 0.56 0.17
HSL 5.55º 0.58% 0.6% -
HSV(B) 5.55º 0.56% 0.83% -
XYZ 34.08 24.69 13.33 -
YUV 135.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 212 104 93 0 0.51 0.56 0.17 5.55 0.58 0.6
Hex D4 68 5D 0 33 38 11 6 3A 3C
Octal 324 150 135 0 63 70 21 6 72 74
Binary 11010100 1101000 1011101 0 110011 111000 10001 110 111010 111100

Color Harmonies of #D4685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4685D

Black with #D4685D

Text Example


Text Example

White with #D4685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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