Html Css Color HEX #D96053 Roman

📋 copy color: '#D96053'

red 217 ◦ green 96 ◦ blue 83

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

Shades of Roman #D96053

Tints of Roman #D96053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 54.8%
G = 24.24%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96053 (or 0xD96053) is known color: Roman. HEX triplet: D9, 60 and 53. RGB value is (217,96,83). Sum of RGB (Red+Green+Blue) = 217+96+83=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96053 is #269FAC. Grayscale: #828282. Windows color (decimal): -2531245 or 5464281. OLE color: 5464281.

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

Color convert

RGB 217 96 83 -
CMYK 0 0.56 0.62 0.15
HSL 5.82º 0.64% 0.59% -
HSV(B) 5.82º 0.62% 0.85% -
XYZ 34.36 23.74 10.96 -
YUV 130.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 217 96 83 0 0.56 0.62 0.15 5.82 0.64 0.59
Hex D9 60 53 0 38 3E F 6 40 3B
Octal 331 140 123 0 70 76 17 6 100 73
Binary 11011001 1100000 1010011 0 111000 111110 1111 110 1000000 111011

Color Harmonies of #D96053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96053

Black with #D96053

Text Example


Text Example

White with #D96053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96053; }

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

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

background-color css

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

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

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

border-color css

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

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

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