Html Css Color HEX #D66554 Roman

📋 copy color: '#D66554'

red 214 ◦ green 101 ◦ blue 84

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

Shades of Roman #D66554

Tints of Roman #D66554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 53.63%
G = 25.31%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D66554 (or 0xD66554) is known color: Roman. HEX triplet: D6, 65 and 54. RGB value is (214,101,84). Sum of RGB (Red+Green+Blue) = 214+101+84=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66554 is #299AAB. Grayscale: #858585. Windows color (decimal): -2726572 or 5531094. OLE color: 5531094.

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

Color convert

RGB 214 101 84 -
CMYK 0 0.53 0.61 0.16
HSL 7.85º 0.61% 0.58% -
HSV(B) 7.85º 0.61% 0.84% -
XYZ 33.99 24.24 11.28 -
YUV 132.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 214 101 84 0 0.53 0.61 0.16 7.85 0.61 0.58
Hex D6 65 54 0 35 3D 10 8 3D 3A
Octal 326 145 124 0 65 75 20 10 75 72
Binary 11010110 1100101 1010100 0 110101 111101 10000 1000 111101 111010

Color Harmonies of #D66554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66554

Black with #D66554

Text Example


Text Example

White with #D66554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66554; }

 p { color: rgb(214,101,84); }

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

background-color css

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

 a { background-color: rgb(214,101,84); }

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

border-color css

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

 span { border-color: rgb(214,101,84); }

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