#D07267

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

Shades of Contessa #D07267

Tints of Contessa #D07267

Color information

#D07267 (or 0xD07267) is unknown color: approx Contessa. HEX triplet: D0, 72 and 67. RGB value is (208,114,103). Sum of RGB (Red+Green+Blue) = 208+114+103=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07267 is #2F8D98. Grayscale: #8C8C8C. Windows color (decimal): -3116441 or 6779600. OLE color: 6779600.

HSL color Cylindrical-coordinate representation of color #D07267: hue angle of 6.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07267 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208114103-
CMYK00.450.500.18
HSL6.29º52.76%60.98%-
HSV(B)6.29º50.48%81.57%-
XYZ34.4826.4216.12-
YUV140.85106.64175.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=48.94%
G=26.82%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811410300.450.500.186.2952.7660.98
HexD0726702D32126353d
Octal320162147055622266575
Binary1101000011100101100111010110111001010010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07267; }

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

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

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

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

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

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

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

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