#D4655A

Color #D4655A Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D4655A

Tints of Roman #D4655A

Color information

#D4655A (or 0xD4655A) is unknown color: approx Roman. HEX triplet: D4, 65 and 5A. RGB value is (212,101,90). Sum of RGB (Red+Green+Blue) = 212+101+90=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4655A is #2B9AA5. Grayscale: #858585. Windows color (decimal): -2857638 or 5924308. OLE color: 5924308.

HSL color Cylindrical-coordinate representation of color #D4655A: hue angle of 5.41º 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 #D4655A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21210190-
CMYK00.520.580.17
HSL5.41º58.65%59.22%-
HSV(B)5.41º57.55%83.14%-
XYZ33.6524.0412.54-
YUV132.94103.77184.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=52.61%
G=25.06%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121019000.520.580.175.4158.6559.22
HexD4655A0343A1153b3b
Octal324145132064722157373
Binary1101010011001011011010011010011101010001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4655A; }

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

 H1.HeaderClassName
 {
   color: #D4655A;
 }
 .AnyTagClassName
 {
   color: #D4655A;
 }
</style>
background-color css

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

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

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

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

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

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