Html Css Color HEX #D9605D Roman

📋 copy color: '#D9605D'

red 217 ◦ green 96 ◦ blue 93

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

Shades of Roman #D9605D

Tints of Roman #D9605D

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 93 (36.72% from 255) = 22.91%

R = 53.45%
G = 23.65%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9605D (or 0xD9605D) is known color: Roman. HEX triplet: D9, 60 and 5D. RGB value is (217,96,93). Sum of RGB (Red+Green+Blue) = 217+96+93=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9605D is #269FA2. Grayscale: #838383. Windows color (decimal): -2531235 or 6119641. OLE color: 6119641.

HSL color Cylindrical-coordinate representation of color #D9605D: hue angle of 1.45º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9605D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 93 -
CMYK 0 0.56 0.57 0.15
HSL 1.45º 0.62% 0.61% -
HSV(B) 1.45º 0.57% 0.85% -
XYZ 34.77 23.91 13.14 -
YUV 131.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 217 96 93 0 0.56 0.57 0.15 1.45 0.62 0.61
Hex D9 60 5D 0 38 39 F 1 3E 3D
Octal 331 140 135 0 70 71 17 1 76 75
Binary 11011001 1100000 1011101 0 111000 111001 1111 1 111110 111101

Color Harmonies of #D9605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9605D

Black with #D9605D

Text Example


Text Example

White with #D9605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9605D; }

 p { color: rgb(217,96,93); }

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

background-color css

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

 a { background-color: rgb(217,96,93); }

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

border-color css

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

 span { border-color: rgb(217,96,93); }

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