Html Css Color HEX #D66767 Roman

📋 copy color: '#D66767'

red 214 ◦ green 103 ◦ blue 103

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

Shades of Roman #D66767

Tints of Roman #D66767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.52%

 BLUE value IS 103 (40.63% from 255) = 24.52%

R = 50.95%
G = 24.52%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D66767 (or 0xD66767) is known color: Roman. HEX triplet: D6, 67 and 67. RGB value is (214,103,103). Sum of RGB (Red+Green+Blue) = 214+103+103=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66767 is #299898. Grayscale: #888888. Windows color (decimal): -2726041 or 6776790. OLE color: 6776790.

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

Color convert

RGB 214 103 103 -
CMYK 0 0.52 0.52 0.16
HSL 0.58% 0.62% -
HSV(B) 0.52% 0.84% -
XYZ 35.03 24.98 15.81 -
YUV 136.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 214 103 103 0 0.52 0.52 0.16 0 0.58 0.62
Hex D6 67 67 0 34 34 10 0 3A 3E
Octal 326 147 147 0 64 64 20 0 72 76
Binary 11010110 1100111 1100111 0 110100 110100 10000 0 111010 111110

Color Harmonies of #D66767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66767

Black with #D66767

Text Example


Text Example

White with #D66767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66767; }

 p { color: rgb(214,103,103); }

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

background-color css

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

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

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

border-color css

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

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

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