Html Css Color HEX #D66059 Roman

📋 copy color: '#D66059'

red 214 ◦ green 96 ◦ blue 89

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

Shades of Roman #D66059

Tints of Roman #D66059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 53.63%
G = 24.06%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D66059 (or 0xD66059) is known color: Roman. HEX triplet: D6, 60 and 59. RGB value is (214,96,89). Sum of RGB (Red+Green+Blue) = 214+96+89=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66059 is #299FA6. Grayscale: #828282. Windows color (decimal): -2727847 or 5857494. OLE color: 5857494.

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

Color convert

RGB 214 96 89 -
CMYK 0 0.55 0.58 0.16
HSL 3.36º 0.6% 0.59% -
HSV(B) 3.36º 0.58% 0.84% -
XYZ 33.72 23.38 12.19 -
YUV 130.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 214 96 89 0 0.55 0.58 0.16 3.36 0.6 0.59
Hex D6 60 59 0 37 3A 10 3 3C 3B
Octal 326 140 131 0 67 72 20 3 74 73
Binary 11010110 1100000 1011001 0 110111 111010 10000 11 111100 111011

Color Harmonies of #D66059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66059

Black with #D66059

Text Example


Text Example

White with #D66059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66059; }

 p { color: rgb(214,96,89); }

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

background-color css

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

 a { background-color: rgb(214,96,89); }

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

border-color css

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

 span { border-color: rgb(214,96,89); }

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