Html Css Color HEX #D9605E Roman

📋 copy color: '#D9605E'

red 217 ◦ green 96 ◦ blue 94

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

Shades of Roman #D9605E

Tints of Roman #D9605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 53.32%
G = 23.59%
B = 23.1%

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

#D9605E (or 0xD9605E) is known color: Roman. HEX triplet: D9, 60 and 5E. RGB value is (217,96,94). Sum of RGB (Red+Green+Blue) = 217+96+94=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9605E is #269FA1. Grayscale: #848484. Windows color (decimal): -2531234 or 6185177. OLE color: 6185177.

HSL color Cylindrical-coordinate representation of color #D9605E: hue angle of 0.98º 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 #D9605E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 94 -
CMYK 0 0.56 0.57 0.15
HSL 0.98º 0.62% 0.61% -
HSV(B) 0.98º 0.57% 0.85% -
XYZ 34.82 23.93 13.37 -
YUV 131.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 217 96 94 0 0.56 0.57 0.15 0.98 0.62 0.61
Hex D9 60 5E 0 38 39 F 1 3E 3D
Octal 331 140 136 0 70 71 17 1 76 75
Binary 11011001 1100000 1011110 0 111000 111001 1111 1 111110 111101

Color Harmonies of #D9605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9605E

Black with #D9605E

Text Example


Text Example

White with #D9605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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