Html Css Color HEX #D06661 Roman

📋 copy color: '#D06661'

red 208 ◦ green 102 ◦ blue 97

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

Shades of Roman #D06661

Tints of Roman #D06661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

 BLUE value IS 97 (38.28% from 255) = 23.83%

R = 51.11%
G = 25.06%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D06661 (or 0xD06661) is known color: Roman. HEX triplet: D0, 66 and 61. RGB value is (208,102,97). Sum of RGB (Red+Green+Blue) = 208+102+97=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06661 is #2F999E. Grayscale: #858585. Windows color (decimal): -3119519 or 6383312. OLE color: 6383312.

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

Color convert

RGB 208 102 97 -
CMYK 0 0.51 0.53 0.18
HSL 2.7º 0.54% 0.6% -
HSV(B) 2.7º 0.53% 0.82% -
XYZ 32.92 23.78 14.16 -
YUV 133.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 208 102 97 0 0.51 0.53 0.18 2.7 0.54 0.6
Hex D0 66 61 0 33 35 12 3 36 3C
Octal 320 146 141 0 63 65 22 3 66 74
Binary 11010000 1100110 1100001 0 110011 110101 10010 11 110110 111100

Color Harmonies of #D06661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06661

Black with #D06661

Text Example


Text Example

White with #D06661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06661; }

 p { color: rgb(208,102,97); }

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

background-color css

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

 a { background-color: rgb(208,102,97); }

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

border-color css

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

 span { border-color: rgb(208,102,97); }

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