Html Css Color HEX #D66455 Roman

📋 copy color: '#D66455'

red 214 ◦ green 100 ◦ blue 85

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

Shades of Roman #D66455

Tints of Roman #D66455

RGB

 RED value IS 214 (83.98% from 255) = 53.63%

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

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 53.63%
G = 25.06%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D66455 (or 0xD66455) is known color: Roman. HEX triplet: D6, 64 and 55. RGB value is (214,100,85). Sum of RGB (Red+Green+Blue) = 214+100+85=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66455 is #299BAA. Grayscale: #848484. Windows color (decimal): -2726827 or 5596374. OLE color: 5596374.

HSL color Cylindrical-coordinate representation of color #D66455: hue angle of 6.98º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66455 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 85 -
CMYK 0 0.53 0.60 0.16
HSL 6.98º 0.61% 0.59% -
HSV(B) 6.98º 0.6% 0.84% -
XYZ 33.93 24.07 11.45 -
YUV 132.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 214 100 85 0 0.53 0.60 0.16 6.98 0.61 0.59
Hex D6 64 55 0 35 3C 10 7 3D 3B
Octal 326 144 125 0 65 74 20 7 75 73
Binary 11010110 1100100 1010101 0 110101 111100 10000 111 111101 111011

Color Harmonies of #D66455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66455

Black with #D66455

Text Example


Text Example

White with #D66455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66455; }

 p { color: rgb(214,100,85); }

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

background-color css

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

 a { background-color: rgb(214,100,85); }

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

border-color css

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

 span { border-color: rgb(214,100,85); }

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