Html Css Color HEX #D66B64 Roman

📋 copy color: '#D66B64'

red 214 ◦ green 107 ◦ blue 100

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

Shades of Roman #D66B64

Tints of Roman #D66B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

 BLUE value IS 100 (39.45% from 255) = 23.75%

R = 50.83%
G = 25.42%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D66B64 (or 0xD66B64) is known color: Roman. HEX triplet: D6, 6B and 64. RGB value is (214,107,100). Sum of RGB (Red+Green+Blue) = 214+107+100=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66B64 is #29949B. Grayscale: #8A8A8A. Windows color (decimal): -2725020 or 6581206. OLE color: 6581206.

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

Color convert

RGB 214 107 100 -
CMYK 0 0.50 0.53 0.16
HSL 3.68º 0.58% 0.62% -
HSV(B) 3.68º 0.53% 0.84% -
XYZ 35.29 25.73 15.16 -
YUV 138.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 214 107 100 0 0.50 0.53 0.16 3.68 0.58 0.62
Hex D6 6B 64 0 32 35 10 4 3A 3E
Octal 326 153 144 0 62 65 20 4 72 76
Binary 11010110 1101011 1100100 0 110010 110101 10000 100 111010 111110

Color Harmonies of #D66B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B64

Black with #D66B64

Text Example


Text Example

White with #D66B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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