Html Css Color HEX #D86454 Roman

📋 copy color: '#D86454'

red 216 ◦ green 100 ◦ blue 84

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

Shades of Roman #D86454

Tints of Roman #D86454

RGB

 RED value IS 216 (84.77% from 255) = 54%

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 84 (33.2% from 255) = 21%

R = 54%
G = 25%
B = 21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D86454 (or 0xD86454) is known color: Roman. HEX triplet: D8, 64 and 54. RGB value is (216,100,84). Sum of RGB (Red+Green+Blue) = 216+100+84=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86454 is #279BAB. Grayscale: #858585. Windows color (decimal): -2595756 or 5530840. OLE color: 5530840.

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

Color convert

RGB 216 100 84 -
CMYK 0 0.54 0.61 0.15
HSL 7.27º 0.63% 0.59% -
HSV(B) 7.27º 0.61% 0.85% -
XYZ 34.48 24.35 11.27 -
YUV 132.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 216 100 84 0 0.54 0.61 0.15 7.27 0.63 0.59
Hex D8 64 54 0 36 3D F 7 3F 3B
Octal 330 144 124 0 66 75 17 7 77 73
Binary 11011000 1100100 1010100 0 110110 111101 1111 111 111111 111011

Color Harmonies of #D86454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86454

Black with #D86454

Text Example


Text Example

White with #D86454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86454; }

 p { color: rgb(216,100,84); }

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

background-color css

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

 a { background-color: rgb(216,100,84); }

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

border-color css

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

 span { border-color: rgb(216,100,84); }

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