Html Css Color HEX #D06D68 Contessa

📋 copy color: '#D06D68'

red 208 ◦ green 109 ◦ blue 104

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

Shades of Contessa #D06D68

Tints of Contessa #D06D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

 BLUE value IS 104 (41.02% from 255) = 24.7%

R = 49.41%
G = 25.89%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D06D68 (or 0xD06D68) is known color: Contessa. HEX triplet: D0, 6D and 68. RGB value is (208,109,104). Sum of RGB (Red+Green+Blue) = 208+109+104=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D68 is #2F9297. Grayscale: #8A8A8A. Windows color (decimal): -3117720 or 6843856. OLE color: 6843856.

HSL color Cylindrical-coordinate representation of color #D06D68: hue angle of 2.88º 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 #D06D68 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 104 -
CMYK 0 0.48 0.5 0.18
HSL 2.88º 0.53% 0.61% -
HSV(B) 2.88º 0.5% 0.82% -
XYZ 33.98 25.35 16.2 -
YUV 138.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 208 109 104 0 0.48 0.5 0.18 2.88 0.53 0.61
Hex D0 6D 68 0 30 32 12 3 35 3D
Octal 320 155 150 0 60 62 22 3 65 75
Binary 11010000 1101101 1101000 0 110000 110010 10010 11 110101 111101

Color Harmonies of #D06D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D68

Black with #D06D68

Text Example


Text Example

White with #D06D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D68; }

 p { color: rgb(208,109,104); }

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

background-color css

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

 a { background-color: rgb(208,109,104); }

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

border-color css

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

 span { border-color: rgb(208,109,104); }

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