Html Css Color HEX #D66254 Roman

📋 copy color: '#D66254'

red 214 ◦ green 98 ◦ blue 84

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

Shades of Roman #D66254

Tints of Roman #D66254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

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

R = 54.04%
G = 24.75%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D66254 (or 0xD66254) is known color: Roman. HEX triplet: D6, 62 and 54. RGB value is (214,98,84). Sum of RGB (Red+Green+Blue) = 214+98+84=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D66254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66254 is #299DAB. Grayscale: #838383. Windows color (decimal): -2727340 or 5530326. OLE color: 5530326.

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

Color convert

RGB 214 98 84 -
CMYK 0 0.54 0.61 0.16
HSL 6.46º 0.61% 0.58% -
HSV(B) 6.46º 0.61% 0.84% -
XYZ 33.7 23.67 11.18 -
YUV 131.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 214 98 84 0 0.54 0.61 0.16 6.46 0.61 0.58
Hex D6 62 54 0 36 3D 10 6 3D 3A
Octal 326 142 124 0 66 75 20 6 75 72
Binary 11010110 1100010 1010100 0 110110 111101 10000 110 111101 111010

Color Harmonies of #D66254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66254

Black with #D66254

Text Example


Text Example

White with #D66254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66254; }

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

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

background-color css

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

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

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

border-color css

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

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

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