Html Css Color HEX #DF6864 Roman

📋 copy color: '#DF6864'

red 223 ◦ green 104 ◦ blue 100

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

Shades of Roman #DF6864

Tints of Roman #DF6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.36%

 BLUE value IS 100 (39.45% from 255) = 23.42%

R = 52.22%
G = 24.36%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF6864 (or 0xDF6864) is known color: Roman. HEX triplet: DF, 68 and 64. RGB value is (223,104,100). Sum of RGB (Red+Green+Blue) = 223+104+100=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6864 is #20979B. Grayscale: #8B8B8B. Windows color (decimal): -2135964 or 6580447. OLE color: 6580447.

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

Color convert

RGB 223 104 100 -
CMYK 0 0.53 0.55 0.13
HSL 1.95º 0.66% 0.63% -
HSV(B) 1.95º 0.55% 0.87% -
XYZ 37.68 26.51 15.19 -
YUV 139.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 223 104 100 0 0.53 0.55 0.13 1.95 0.66 0.63
Hex DF 68 64 0 35 37 D 2 42 3F
Octal 337 150 144 0 65 67 15 2 102 77
Binary 11011111 1101000 1100100 0 110101 110111 1101 10 1000010 111111

Color Harmonies of #DF6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6864

Black with #DF6864

Text Example


Text Example

White with #DF6864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6864; }

 p { color: rgb(223,104,100); }

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

background-color css

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

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

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

border-color css

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

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

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