Html Css Color HEX #D9625A Roman

📋 copy color: '#D9625A'

red 217 ◦ green 98 ◦ blue 90

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

Shades of Roman #D9625A

Tints of Roman #D9625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

 BLUE value IS 90 (35.55% from 255) = 22.22%

R = 53.58%
G = 24.2%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9625A (or 0xD9625A) is known color: Roman. HEX triplet: D9, 62 and 5A. RGB value is (217,98,90). Sum of RGB (Red+Green+Blue) = 217+98+90=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9625A is #269DA5. Grayscale: #848484. Windows color (decimal): -2530726 or 5923545. OLE color: 5923545.

HSL color Cylindrical-coordinate representation of color #D9625A: hue angle of 3.78º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9625A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 98 90 -
CMYK 0 0.55 0.59 0.15
HSL 3.78º 0.63% 0.6% -
HSV(B) 3.78º 0.59% 0.85% -
XYZ 34.83 24.23 12.51 -
YUV 132.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 217 98 90 0 0.55 0.59 0.15 3.78 0.63 0.6
Hex D9 62 5A 0 37 3B F 4 3F 3C
Octal 331 142 132 0 67 73 17 4 77 74
Binary 11011001 1100010 1011010 0 110111 111011 1111 100 111111 111100

Color Harmonies of #D9625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9625A

Black with #D9625A

Text Example


Text Example

White with #D9625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9625A; }

 p { color: rgb(217,98,90); }

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

background-color css

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

 a { background-color: rgb(217,98,90); }

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

border-color css

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

 span { border-color: rgb(217,98,90); }

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