Html Css Color HEX #D66461 Roman

📋 copy color: '#D66461'

red 214 ◦ green 100 ◦ blue 97

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

Shades of Roman #D66461

Tints of Roman #D66461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 97 (38.28% from 255) = 23.6%

R = 52.07%
G = 24.33%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66461 (or 0xD66461) is known color: Roman. HEX triplet: D6, 64 and 61. RGB value is (214,100,97). Sum of RGB (Red+Green+Blue) = 214+100+97=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D66461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66461 is #299B9E. Grayscale: #858585. Windows color (decimal): -2726815 or 6382806. OLE color: 6382806.

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

Color convert

RGB 214 100 97 -
CMYK 0 0.53 0.55 0.16
HSL 1.54º 0.59% 0.61% -
HSV(B) 1.54º 0.55% 0.84% -
XYZ 34.45 24.27 14.18 -
YUV 133.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 214 100 97 0 0.53 0.55 0.16 1.54 0.59 0.61
Hex D6 64 61 0 35 37 10 2 3B 3D
Octal 326 144 141 0 65 67 20 2 73 75
Binary 11010110 1100100 1100001 0 110101 110111 10000 10 111011 111101

Color Harmonies of #D66461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66461

Black with #D66461

Text Example


Text Example

White with #D66461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66461; }

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

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

background-color css

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

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

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

border-color css

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

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

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