Html Css Color HEX #DF6666 Roman

📋 copy color: '#DF6666'

red 223 ◦ green 102 ◦ blue 102

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

Shades of Roman #DF6666

Tints of Roman #DF6666

RGB

 RED value IS 223 (87.5% from 255) = 52.22%

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

 BLUE value IS 102 (40.23% from 255) = 23.89%

R = 52.22%
G = 23.89%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF6666 (or 0xDF6666) is known color: Roman. HEX triplet: DF, 66 and 66. RGB value is (223,102,102). Sum of RGB (Red+Green+Blue) = 223+102+102=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6666 is #209999. Grayscale: #8A8A8A. Windows color (decimal): -2136474 or 6711007. OLE color: 6711007.

HSL color Cylindrical-coordinate representation of color #DF6666: hue angle of 0º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6666 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 102 -
CMYK 0 0.54 0.54 0.13
HSL 0.65% 0.64% -
HSV(B) 0.54% 0.87% -
XYZ 37.58 26.15 15.64 -
YUV 138.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 223 102 102 0 0.54 0.54 0.13 0 0.65 0.64
Hex DF 66 66 0 36 36 D 0 41 40
Octal 337 146 146 0 66 66 15 0 101 100
Binary 11011111 1100110 1100110 0 110110 110110 1101 0 1000001 1000000

Color Harmonies of #DF6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6666

Black with #DF6666

Text Example


Text Example

White with #DF6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6666; }

 p { color: rgb(223,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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