#D0675B

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

Shades of Roman #D0675B

Tints of Roman #D0675B

Color information

#D0675B (or 0xD0675B) is unknown color: approx Roman. HEX triplet: D0, 67 and 5B. RGB value is (208,103,91). Sum of RGB (Red+Green+Blue) = 208+103+91=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0675B is #2F98A4. Grayscale: #858585. Windows color (decimal): -3119269 or 5990352. OLE color: 5990352.

HSL color Cylindrical-coordinate representation of color #D0675B: hue angle of 6.15º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0675B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20810391-
CMYK00.500.560.18
HSL6.15º55.45%58.63%-
HSV(B)6.15º56.25%81.57%-
XYZ32.7523.8712.78-
YUV133.03104.29181.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=51.74%
G=25.62%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081039100.500.560.186.1555.4558.63
HexD0675B03238126373b
Octal320147133062702266773
Binary1101000011001111011011011001011100010010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0675B; }

 p { color: rgb(208,103,91); }

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

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

 a { background-color: rgb(208,103,91); }

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

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

 span { border-color: rgb(208,103,91); }

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