Html Css Color HEX #D66B5B Roman

📋 copy color: '#D66B5B'

red 214 ◦ green 107 ◦ blue 91

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

Shades of Roman #D66B5B

Tints of Roman #D66B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 51.94%
G = 25.97%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D66B5B (or 0xD66B5B) is known color: Roman. HEX triplet: D6, 6B and 5B. RGB value is (214,107,91). Sum of RGB (Red+Green+Blue) = 214+107+91=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66B5B is #2994A4. Grayscale: #898989. Windows color (decimal): -2725029 or 5991382. OLE color: 5991382.

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

Color convert

RGB 214 107 91 -
CMYK 0 0.50 0.57 0.16
HSL 7.8º 0.6% 0.6% -
HSV(B) 7.8º 0.57% 0.84% -
XYZ 34.88 25.57 12.99 -
YUV 137.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 214 107 91 0 0.50 0.57 0.16 7.8 0.6 0.6
Hex D6 6B 5B 0 32 39 10 8 3C 3C
Octal 326 153 133 0 62 71 20 10 74 74
Binary 11010110 1101011 1011011 0 110010 111001 10000 1000 111100 111100

Color Harmonies of #D66B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B5B

Black with #D66B5B

Text Example


Text Example

White with #D66B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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