Html Css Color HEX #D6665B Roman

📋 copy color: '#D6665B'

red 214 ◦ green 102 ◦ blue 91

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

Shades of Roman #D6665B

Tints of Roman #D6665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 52.58%
G = 25.06%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6665B (or 0xD6665B) is known color: Roman. HEX triplet: D6, 66 and 5B. RGB value is (214,102,91). Sum of RGB (Red+Green+Blue) = 214+102+91=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6665B is #2999A4. Grayscale: #868686. Windows color (decimal): -2726309 or 5990102. OLE color: 5990102.

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

Color convert

RGB 214 102 91 -
CMYK 0 0.52 0.57 0.16
HSL 5.37º 0.6% 0.6% -
HSV(B) 5.37º 0.57% 0.84% -
XYZ 34.37 24.55 12.83 -
YUV 134.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 214 102 91 0 0.52 0.57 0.16 5.37 0.6 0.6
Hex D6 66 5B 0 34 39 10 5 3C 3C
Octal 326 146 133 0 64 71 20 5 74 74
Binary 11010110 1100110 1011011 0 110100 111001 10000 101 111100 111100

Color Harmonies of #D6665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6665B

Black with #D6665B

Text Example


Text Example

White with #D6665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6665B; }

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

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

background-color css

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

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

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

border-color css

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

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

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