Html Css Color HEX #D06F65 Contessa

📋 copy color: '#D06F65'

red 208 ◦ green 111 ◦ blue 101

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

Shades of Contessa #D06F65

Tints of Contessa #D06F65

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 49.52%
G = 26.43%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D06F65 (or 0xD06F65) is known color: Contessa. HEX triplet: D0, 6F and 65. RGB value is (208,111,101). Sum of RGB (Red+Green+Blue) = 208+111+101=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F65 is #2F909A. Grayscale: #8B8B8B. Windows color (decimal): -3117211 or 6647760. OLE color: 6647760.

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

Color convert

RGB 208 111 101 -
CMYK 0 0.47 0.51 0.18
HSL 5.61º 0.53% 0.61% -
HSV(B) 5.61º 0.51% 0.82% -
XYZ 34.05 25.72 15.48 -
YUV 138.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 208 111 101 0 0.47 0.51 0.18 5.61 0.53 0.61
Hex D0 6F 65 0 2F 33 12 6 35 3D
Octal 320 157 145 0 57 63 22 6 65 75
Binary 11010000 1101111 1100101 0 101111 110011 10010 110 110101 111101

Color Harmonies of #D06F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F65

Black with #D06F65

Text Example


Text Example

White with #D06F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F65; }

 p { color: rgb(208,111,101); }

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

background-color css

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

 a { background-color: rgb(208,111,101); }

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

border-color css

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

 span { border-color: rgb(208,111,101); }

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