Html Css Color HEX #D6665A Roman

📋 copy color: '#D6665A'

red 214 ◦ green 102 ◦ blue 90

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

Shades of Roman #D6665A

Tints of Roman #D6665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 52.71%
G = 25.12%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6665A (or 0xD6665A) is known color: Roman. HEX triplet: D6, 66 and 5A. RGB value is (214,102,90). Sum of RGB (Red+Green+Blue) = 214+102+90=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6665A is #2999A5. Grayscale: #868686. Windows color (decimal): -2726310 or 5924566. OLE color: 5924566.

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

Color convert

RGB 214 102 90 -
CMYK 0 0.52 0.58 0.16
HSL 5.81º 0.6% 0.6% -
HSV(B) 5.81º 0.58% 0.84% -
XYZ 34.33 24.54 12.6 -
YUV 134.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 214 102 90 0 0.52 0.58 0.16 5.81 0.6 0.6
Hex D6 66 5A 0 34 3A 10 6 3C 3C
Octal 326 146 132 0 64 72 20 6 74 74
Binary 11010110 1100110 1011010 0 110100 111010 10000 110 111100 111100

Color Harmonies of #D6665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6665A

Black with #D6665A

Text Example


Text Example

White with #D6665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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