Html Css Color HEX #D66654 Roman

📋 copy color: '#D66654'

red 214 ◦ green 102 ◦ blue 84

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

Shades of Roman #D66654

Tints of Roman #D66654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 53.5%
G = 25.5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D66654 (or 0xD66654) is known color: Roman. HEX triplet: D6, 66 and 54. RGB value is (214,102,84). Sum of RGB (Red+Green+Blue) = 214+102+84=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D66654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66654 is #2999AB. Grayscale: #858585. Windows color (decimal): -2726316 or 5531350. OLE color: 5531350.

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

Color convert

RGB 214 102 84 -
CMYK 0 0.52 0.61 0.16
HSL 8.31º 0.61% 0.58% -
HSV(B) 8.31º 0.61% 0.84% -
XYZ 34.08 24.44 11.31 -
YUV 133.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 214 102 84 0 0.52 0.61 0.16 8.31 0.61 0.58
Hex D6 66 54 0 34 3D 10 8 3D 3A
Octal 326 146 124 0 64 75 20 10 75 72
Binary 11010110 1100110 1010100 0 110100 111101 10000 1000 111101 111010

Color Harmonies of #D66654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66654

Black with #D66654

Text Example


Text Example

White with #D66654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66654; }

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

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

background-color css

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

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

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

border-color css

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

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

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