Html Css Color HEX #DD6762 Roman

📋 copy color: '#DD6762'

red 221 ◦ green 103 ◦ blue 98

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

Shades of Roman #DD6762

Tints of Roman #DD6762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 52.37%
G = 24.41%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6762 (or 0xDD6762) is known color: Roman. HEX triplet: DD, 67 and 62. RGB value is (221,103,98). Sum of RGB (Red+Green+Blue) = 221+103+98=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6762 is #22989D. Grayscale: #898989. Windows color (decimal): -2267294 or 6449117. OLE color: 6449117.

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

Color convert

RGB 221 103 98 -
CMYK 0 0.53 0.56 0.13
HSL 2.44º 0.64% 0.63% -
HSV(B) 2.44º 0.56% 0.87% -
XYZ 36.87 25.95 14.62 -
YUV 137.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 221 103 98 0 0.53 0.56 0.13 2.44 0.64 0.63
Hex DD 67 62 0 35 38 D 2 40 3F
Octal 335 147 142 0 65 70 15 2 100 77
Binary 11011101 1100111 1100010 0 110101 111000 1101 10 1000000 111111

Color Harmonies of #DD6762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6762

Black with #DD6762

Text Example


Text Example

White with #DD6762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6762; }

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

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

background-color css

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

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

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

border-color css

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

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

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