Html Css Color HEX #D66155 Roman

📋 copy color: '#D66155'

red 214 ◦ green 97 ◦ blue 85

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

Shades of Roman #D66155

Tints of Roman #D66155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

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

R = 54.04%
G = 24.49%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D66155 (or 0xD66155) is known color: Roman. HEX triplet: D6, 61 and 55. RGB value is (214,97,85). Sum of RGB (Red+Green+Blue) = 214+97+85=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D66155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66155 is #299EAA. Grayscale: #828282. Windows color (decimal): -2727595 or 5595606. OLE color: 5595606.

HSL color Cylindrical-coordinate representation of color #D66155: hue angle of 5.58º 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 #D66155 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 85 -
CMYK 0 0.55 0.60 0.16
HSL 5.58º 0.61% 0.59% -
HSV(B) 5.58º 0.6% 0.84% -
XYZ 33.65 23.5 11.36 -
YUV 130.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 214 97 85 0 0.55 0.60 0.16 5.58 0.61 0.59
Hex D6 61 55 0 37 3C 10 6 3D 3B
Octal 326 141 125 0 67 74 20 6 75 73
Binary 11010110 1100001 1010101 0 110111 111100 10000 110 111101 111011

Color Harmonies of #D66155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66155

Black with #D66155

Text Example


Text Example

White with #D66155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66155; }

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

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

background-color css

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

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

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

border-color css

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

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

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