Html Css Color HEX #D4685A Roman

📋 copy color: '#D4685A'

red 212 ◦ green 104 ◦ blue 90

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

Shades of Roman #D4685A

Tints of Roman #D4685A

RGB

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

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

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

R = 52.22%
G = 25.62%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4685A (or 0xD4685A) is known color: Roman. HEX triplet: D4, 68 and 5A. RGB value is (212,104,90). Sum of RGB (Red+Green+Blue) = 212+104+90=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4685A is #2B97A5. Grayscale: #868686. Windows color (decimal): -2856870 or 5925076. OLE color: 5925076.

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

Color convert

RGB 212 104 90 -
CMYK 0 0.51 0.58 0.17
HSL 6.89º 0.59% 0.59% -
HSV(B) 6.89º 0.58% 0.83% -
XYZ 33.95 24.64 12.64 -
YUV 134.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 212 104 90 0 0.51 0.58 0.17 6.89 0.59 0.59
Hex D4 68 5A 0 33 3A 11 7 3B 3B
Octal 324 150 132 0 63 72 21 7 73 73
Binary 11010100 1101000 1011010 0 110011 111010 10001 111 111011 111011

Color Harmonies of #D4685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4685A

Black with #D4685A

Text Example


Text Example

White with #D4685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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