Html Css Color HEX #DD675C Roman

📋 copy color: '#DD675C'

red 221 ◦ green 103 ◦ blue 92

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

Shades of Roman #DD675C

Tints of Roman #DD675C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 53.13%
G = 24.76%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD675C (or 0xDD675C) is known color: Roman. HEX triplet: DD, 67 and 5C. RGB value is (221,103,92). Sum of RGB (Red+Green+Blue) = 221+103+92=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD675C is #2298A3. Grayscale: #898989. Windows color (decimal): -2267300 or 6055901. OLE color: 6055901.

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

Color convert

RGB 221 103 92 -
CMYK 0 0.53 0.58 0.13
HSL 5.12º 0.65% 0.61% -
HSV(B) 5.12º 0.58% 0.87% -
XYZ 36.6 25.85 13.18 -
YUV 137.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 221 103 92 0 0.53 0.58 0.13 5.12 0.65 0.61
Hex DD 67 5C 0 35 3A D 5 41 3D
Octal 335 147 134 0 65 72 15 5 101 75
Binary 11011101 1100111 1011100 0 110101 111010 1101 101 1000001 111101

Color Harmonies of #DD675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD675C

Black with #DD675C

Text Example


Text Example

White with #DD675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD675C; }

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

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

background-color css

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

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

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

border-color css

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

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

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