Html Css Color HEX #D9605C Roman

📋 copy color: '#D9605C'

red 217 ◦ green 96 ◦ blue 92

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

Shades of Roman #D9605C

Tints of Roman #D9605C

RGB

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

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

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

R = 53.58%
G = 23.7%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9605C (or 0xD9605C) is known color: Roman. HEX triplet: D9, 60 and 5C. RGB value is (217,96,92). Sum of RGB (Red+Green+Blue) = 217+96+92=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9605C is #269FA3. Grayscale: #838383. Windows color (decimal): -2531236 or 6054105. OLE color: 6054105.

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

Color convert

RGB 217 96 92 -
CMYK 0 0.56 0.58 0.15
HSL 1.92º 0.62% 0.61% -
HSV(B) 1.92º 0.58% 0.85% -
XYZ 34.73 23.89 12.91 -
YUV 131.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 217 96 92 0 0.56 0.58 0.15 1.92 0.62 0.61
Hex D9 60 5C 0 38 3A F 2 3E 3D
Octal 331 140 134 0 70 72 17 2 76 75
Binary 11011001 1100000 1011100 0 111000 111010 1111 10 111110 111101

Color Harmonies of #D9605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9605C

Black with #D9605C

Text Example


Text Example

White with #D9605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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