Html Css Color HEX #DD6763 Roman

📋 copy color: '#DD6763'

red 221 ◦ green 103 ◦ blue 99

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

Shades of Roman #DD6763

Tints of Roman #DD6763

RGB

 RED value IS 221 (86.72% from 255) = 52.25%

 GREEN value IS 103 (40.63% from 255) = 24.35%

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 52.25%
G = 24.35%
B = 23.4%

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

#DD6763 (or 0xDD6763) is known color: Roman. HEX triplet: DD, 67 and 63. RGB value is (221,103,99). Sum of RGB (Red+Green+Blue) = 221+103+99=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6763 is #22989C. Grayscale: #898989. Windows color (decimal): -2267293 or 6514653. OLE color: 6514653.

HSL color Cylindrical-coordinate representation of color #DD6763: hue angle of 1.97º degrees, saturation: 0.64, 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 #DD6763 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 99 -
CMYK 0 0.53 0.55 0.13
HSL 1.97º 0.64% 0.63% -
HSV(B) 1.97º 0.55% 0.87% -
XYZ 36.92 25.97 14.87 -
YUV 137.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 221 103 99 0 0.53 0.55 0.13 1.97 0.64 0.63
Hex DD 67 63 0 35 37 D 2 40 3F
Octal 335 147 143 0 65 67 15 2 100 77
Binary 11011101 1100111 1100011 0 110101 110111 1101 10 1000000 111111

Color Harmonies of #DD6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6763

Black with #DD6763

Text Example


Text Example

White with #DD6763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6763; }

 p { color: rgb(221,103,99); }

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

background-color css

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

 a { background-color: rgb(221,103,99); }

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

border-color css

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

 span { border-color: rgb(221,103,99); }

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